Function expanded
Source pub fn expanded(child: impl IntoUiNode, expanded: impl IntoVar<bool>) -> 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.