itemsCrossAxisAlignment property

CrossAxisAlignment itemsCrossAxisAlignment
final

Only used If you are not using a customBuilder Set the CrossAxisAlignment of the Column used to display the H header and its List of I items By default, it is CrossAxisAlignment.center

Implementation

final CrossAxisAlignment itemsCrossAxisAlignment;