ListGrid<T>.empty constructor

ListGrid<T>.empty()

Creates an empty grid with no cells.

Implementation

factory ListGrid.empty() => ListGrid._([], 0);