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