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