rowCrossAxisAlignment property

CrossAxisAlignment rowCrossAxisAlignment
final

How the children should be placed along the cross axis in a row.

For example, CrossAxisAlignment.start will align items to the top of the row. Defaults to CrossAxisAlignment.start.

Implementation

final CrossAxisAlignment rowCrossAxisAlignment;