bottomRight property

Offset bottomRight

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

See also Size.bottomRight.

Implementation

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