centerLeft property

Vector2 centerLeft

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

See also Size.centerLeft.

Implementation

vm.Vector2 get centerLeft => vm.Vector2(left, top + height / 2.0);