The smallest axis-aligned rectangle that completely encloses the shape.
@override Rectangle get boundingBox => Rectangle(width: radius * 2, height: radius * 2, center: _center);