crossAxisAlignment property

CrossAxisAlignment crossAxisAlignment
final

The alignment of the children along the cross axis (horizontal).

Defaults to CrossAxisAlignment.start, aligning children to the start (left).

Implementation

final CrossAxisAlignment crossAxisAlignment;