bottomRight property

Pos bottomRight

The bottom-right position of the grid.

Implementation

Pos get bottomRight => Pos(width - 1, height - 1);