ReferenceControlsCanvasCircleCircleDraws a circle.Inherits: canvas.ShapePropertiespaint - A style to draw a circle with.radius - Circle's radius.x - The x-axis coordinate of the circle's center point.y - The y-axis coordinate of the circle's center point.Propertiesbuildpaintclass-attributeinstance-attributeCopypaint: Paint = field(default_factory=(lambda: Paint()))A style to draw a circle with.buildradiusclass-attributeinstance-attributeCopyradius: Number = 0Circle's radius.buildxinstance-attributeCopyx: NumberThe x-axis coordinate of the circle's center point.buildyinstance-attributeCopyy: NumberThe y-axis coordinate of the circle's center point.