cols property

int cols

The number of columns.

Implementation

int get cols => _grid.values.fold(0, _colsCombine);