alignment property

MainAxisAlignment alignment
final

If children only contains 1 widget, the alignment of said widget. Ignored if children contains more than 1 widget, and MainAxisAlignment.spaceBetween will be used

Defaults to MainAxisAlignment.end.

Implementation

final MainAxisAlignment alignment;