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