crossAxisCount property

int crossAxisCount
final

The number of rows to display. this is the number of rows that the child will occupy same like rowSpan table in html which is vertical merge of rows default is 1 and cannot be less than 1

Implementation

final int crossAxisCount;