itemsMainAxisAlignment property

MainAxisAlignment itemsMainAxisAlignment
final

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

Implementation

final MainAxisAlignment itemsMainAxisAlignment;