topLeft property

Point get topLeft

Top-left corner

Implementation

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