-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum MainAxisAlignment extends Enum<MainAxisAlignment>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description SpaceAroundPlace 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.
SpaceBetweenPlace children such that they are spaced evenly across the main axis, without free space before the first child or after the last child.
SpaceEvenlyPlace children such that they are spaced evenly across the main axis, including free space before the first child and after the last child.
EndPlace children such that they are as close as possible to the end of the main axis.
StartPlace children such that they are as close as possible to the start of the main axis.
CenterPlace children such that they are as close as possible to the middle of the main axis.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-