topLeft property
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);
The offset to the intersection of the top and left edges of this rectangle.
See also Size.topLeft.
Offset get topLeft => Offset(left, top);