topLeft property

IntOffset get topLeft

The top-left corner of the rectangle.

Implementation

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