Skip to Content
API ReferenceMainAxisAlignment

MainAxisAlignment

live Controls how children are distributed along the main axis of a Column (vertical) or Row (horizontal). Maps to UIToolkit Justify values.

Fields

Center

Center children along the main axis.

End

Pack children toward the end of the main axis.

SpaceAround

Distribute children with equal space around them.

SpaceBetween

Distribute children with equal space between them.

SpaceEvenly

Distribute children with equal space between and on the edges.

Start

Pack children toward the start of the main axis.

Last updated on