topLeft property

Offset topLeft

An Offset describing the vector from the top left of a rectangle to the top left of that rectangle inset by this object.

Implementation

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