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