pub fn expanded(child: impl UiNode, expanded: impl IntoVar<bool>) -> impl UiNode
Expand description
P
Indicate that the widget toggles the visibility of related widgets.
Use controls
, or owns
to indicate the widgets that change visibility based on
this value.