crossAxisCount property

int crossAxisCount
final

Number of items to display in each row of the grid.

Controls the grid's column count and affects how items are distributed across rows. Default value is 3 columns.

Implementation

final int crossAxisCount;