topRight property

Vector2 topRight

The offset to the intersection of the top and right edges of this rectangle.

See also Size.topRight.

Implementation

vm.Vector2 get topRight => vm.Vector2(right, top);