menu
dt
foundation.dart
ListGrid
<
T
>
ListGrid.empty factory constructor
ListGrid.empty
dark_mode
light_mode
ListGrid<
T
>.empty
constructor
ListGrid<
T
>.empty
(
)
Creates an empty grid with no cells.
Implementation
factory ListGrid.empty() => ListGrid._([], 0);
dt
foundation
ListGrid
<
T
>
ListGrid.empty factory constructor
ListGrid class