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