crossAxisAlignment property

CrossAxisAlignment crossAxisAlignment
final

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

Implementation

final CrossAxisAlignment crossAxisAlignment;