pub fn sticky_width(
child: impl IntoUiNode,
sticky: impl IntoVar<bool>,
) -> UiNodeExpand description
P Retain the widget’s previous width if the new layout width is smaller.
The widget is layout using its previous width as the minimum width constrain.
This property disables inline layout for the widget.