Offset bottomRight

The offset to the intersection of the bottom and right edges of this rectangle.

See also Size.bottomRight.

Source

Offset get bottomRight => new Offset(right, bottom);