alignment property

MainAxisAlignment? alignment
final

How the children should be placed along the main axis.

For example, MainAxisAlignment.start, the default, places the children at the start (i.e., the left for a HStack or the top for a VStack) of the main axis.

Implementation

final MainAxisAlignment? alignment;