align

Function align 

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

P Aligns the widget within the available space.

This property disables inline layout for the widget.

See Align for more details.