pub fn align(child: impl UiNode, alignment: impl IntoVar<Align>) -> impl UiNode
P Aligns the widget within the available space.
P
This property disables inline layout for the widget.
See Align for more details.
Align