Function zng_wgt::align

source ·
pub fn align(child: impl UiNode, alignment: impl IntoVar<Align>) -> impl UiNode
Expand description

P Aligns the widget within the available space.

This property disables inline layout for the widget.

See Align for more details.