bottomRight property

Vec2 get bottomRight

Bottom-right corner of the rectangle

Implementation

Vec2 get bottomRight => Vec2(right, bottom);