pub fn collapse_skip(child: impl IntoUiNode, skip: impl IntoVar<bool>) -> UiNodeExpand description
P Defines if this widget and descendants are ignored by collapse_scope.
If true the widget subtree is skipped, as if not present.
pub fn collapse_skip(child: impl IntoUiNode, skip: impl IntoVar<bool>) -> UiNodeP Defines if this widget and descendants are ignored by collapse_scope.
If true the widget subtree is skipped, as if not present.