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