columnLength property
int
get
columnLength
Calculate the number of rows needed for the grid
Implementation
int get columnLength => (itemCount / crossAxisCount).ceil();
Calculate the number of rows needed for the grid
int get columnLength => (itemCount / crossAxisCount).ceil();