topCenter property

Vec2D topCenter

Implementation

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