The point at the intersection of the top and right edges of this rectangle.
See also Size.topRight.
Source
Point get topRight => new Point(right, top);
The point at the intersection of the top and right edges of this rectangle.
See also Size.topRight.
Point get topRight => new Point(right, top);