menu
sector
sector.dart
Grid
<
E
>
length property
length
dark_mode
light_mode
length
property
int
length
Total number of elements in the grid.
Implementation
int get length => width * height;
sector
sector
Grid
<
E
>
length property
Grid class