topRight property

Point get topRight

Top-right corner

Implementation

Point get topRight => Point(x + width, y + height);