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