Main Axis Alignment
Used to specify the alignment of a layout's children, in main axis direction.
Entries
SpaceAround
Link copied to clipboard
SpaceAround(Arrangement.SpaceAround)
Content copied to clipboard
Place children such that they are spaced evenly across the main axis, including free space before the first child and after the last child, but half the amount of space existing otherwise between two consecutive children.
SpaceBetween
Link copied to clipboard
SpaceBetween(Arrangement.SpaceBetween)
Content copied to clipboard
Place children such that they are spaced evenly across the main axis, without free space before the first child or after the last child.
SpaceEvenly
Link copied to clipboard
SpaceEvenly(Arrangement.SpaceEvenly)
Content copied to clipboard
Place children such that they are spaced evenly across the main axis, including free space before the first child and after the last child.