crossAxisAlignment property
How the columns within a run should be aligned relative to each other in the cross axis.
For example, if this is set to ResponsiveCrossAlignment.end, then the children within each run will have their bottom edges aligned to the bottom edge of the run.
Defaults to ResponsiveCrossAlignment.start.
See also:
- alignment, which controls how the columns within each run are placed relative to each other in the main axis.
- runAlignment, which controls how the runs are placed relative to each other in the cross axis.
Implementation
final ResponsiveCrossAlignment crossAxisAlignment;