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