crossAxisCount property
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;
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.
final int crossAxisCount;