bottomRight property

Offset bottomRight

The bottom-right corner of this rectangle.

Implementation

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