menu
sector
sector.dart
Grid
<
E
>
bottomLeft property
bottomLeft
dark_mode
light_mode
bottomLeft
property
Pos
bottomLeft
The bottom-left position of the grid.
Implementation
Pos get bottomLeft => Pos(0, height - 1);
sector
sector
Grid
<
E
>
bottomLeft property
Grid class