collapse_skip

Function collapse_skip 

Source
pub fn collapse_skip(child: impl IntoUiNode, skip: impl IntoVar<bool>) -> UiNode
Expand description

P Defines if this widget and descendants are ignored by collapse_scope.

If true the widget subtree is skipped, as if not present.