topRight property
An Offset describing the vector from the top right of a rectangle to the top right of that rectangle inset by this object.
Implementation
Offset get topRight => 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 => Offset(-right, top);