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.

Implementation

final CrossAxisAlignment rowCrossAxisAlignment;