topLeft property

Vec2 get topLeft

Top-left corner of the rectangle

Implementation

Vec2 get topLeft => Vec2(left, top);