crossAxisCount property

int crossAxisCount
final

The number of items in the cross axis.

If a child has a position greater than or equal crossAxisCount it will not be shown.

Implementation

final int crossAxisCount;