topRight property
The offset to the intersection of the top and right edges of this rectangle.
See also Size.topRight.
Implementation
Offset get topRight => new Offset(right, top);
The offset to the intersection of the top and right edges of this rectangle.
See also Size.topRight.
Offset get topRight => new Offset(right, top);