topLeft property
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);
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 => Offset(left, top);