crossAxisAlignment property

CrossAxisAlignment crossAxisAlignment
final

The crossAxisAlignment property specifies how to align the widgets vertically. The default is to center them. At the moment, only CrossAxisAlignment.start, CrossAxisAlignment.end and CrossAxisAlignment.center work.

Implementation

final CrossAxisAlignment crossAxisAlignment;