leftCenter property

Vec2D leftCenter

Implementation

Vec2D get leftCenter => Vec2D.fromValues(minimum.x, minimum.y + height / 2);