topLeft property

Offset topLeft

The offset to the intersection of the top and left edges of this rectangle.

See also Size.topLeft.

Implementation

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