topRight property

Vec2 get topRight

Top-right corner of the rectangle

Implementation

Vec2 get topRight => Vec2(right, top);