circle property
Circle
get
circle
Implementation
Circle get circle =>
Circle(Vec2(x + width * 0.5, y + height * 0.5), radius: min(width, height) * 0.5);
Circle get circle =>
Circle(Vec2(x + width * 0.5, y + height * 0.5), radius: min(width, height) * 0.5);