sticky_width

Function sticky_width 

Source
pub fn sticky_width(
    child: impl IntoUiNode,
    sticky: impl IntoVar<bool>,
) -> UiNode
Expand 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.