pub fn multi_selectable(
child: impl IntoUiNode,
multi_selectable: impl IntoVar<bool>,
) -> UiNodeExpand description
P Indicates that the user may select more than one item from the current selectable descendants.
pub fn multi_selectable(
child: impl IntoUiNode,
multi_selectable: impl IntoVar<bool>,
) -> UiNodeP Indicates that the user may select more than one item from the current selectable descendants.