crossAxisAlignment property
How the children should be placed along the cross axis.
For example, CrossAxisAlignment.start, the default, places the children at the starting horizontal edge (the left edge if textDirection is TextDirection.ltr, or the right edge if it is TextDirection.rtl).
Implementation
final CrossAxisAlignment crossAxisAlignment;