bottomCenter property
Vec2D
get
bottomCenter
Implementation
Vec2D get bottomCenter => Vec2D.fromValues(minimum.x + width / 2, maximum.y);
Vec2D get bottomCenter => Vec2D.fromValues(minimum.x + width / 2, maximum.y);