columnLength property

int get columnLength

Calculate the number of rows needed for the grid

Implementation

int get columnLength => (itemCount / crossAxisCount).ceil();