topRight property

CustomPoint<T> topRight

Top-Right corner's point.

Implementation

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