An Offset describing the vector from the top left of a rectangle to the top left of that rectangle inset by this object.
Source
Offset get topLeft => new Offset(left, top);
An Offset describing the vector from the top left of a rectangle to the top left of that rectangle inset by this object.
Offset get topLeft => new Offset(left, top);