size property

({int cols, int rows}) get size

Implementation

({int rows, int cols}) get size => (rows: _rows, cols: _cols);