pub fn can_maximize(
child: impl IntoUiNode,
can_maximize: impl IntoVar<bool>,
) -> UiNodeExpand description
P Binds the can_maximize window var with the property value.
The binding is bidirectional and the window variable is assigned on init.