MainAxisAlignment
Used to specify the alignment of a layout's children, in main axis direction.
Entries
Place children such that they are spaced evenly across the main axis, including free space before the first child and after the last child.
Place children such that they are spaced evenly across the main axis, without free space before the first child or after the last child.
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.
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.