rowCrossAxisAlignment property
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;
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.
final CrossAxisAlignment rowCrossAxisAlignment;