topRight property

Point<T> topRight

Top-Right corner's point.

Implementation

Point<T> get topRight => Point(max.x, min.y);