centerRight property

Vector2 centerRight

The offset to the center of the right edge of this rectangle.

See also Size.centerLeft.

Implementation

vm.Vector2 get centerRight => vm.Vector2(right, top + height / 2.0);