crossAxisAlignment property
final
How the children should be placed along the cross axis.
For example, CrossAxisAlignment.center, the default, centers the children in the cross axis (e.g., horizontally for a Column).
Implementation
final CrossAxisAlignment crossAxisAlignment