MainAxisAlignment

Entries

Link copied to clipboard

Place children such that they are as close as possible to the middle of the main axis.

Link copied to clipboard

Place children such that they are as close as possible to the start of the main axis.

Link copied to clipboard

Place children such that they are as close as possible to the end of the main axis.

Link 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.

Link 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.

Link 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.

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard