bottomRight property

Offset get bottomRight

Return the bottom right of this region

Implementation

Offset get bottomRight => Offset(x2.toDouble(), y2.toDouble());