CircleShape constructor
Creates a circle shape.
Parameters:
fillColor- The fill color for the circle backgroundstrokeColor- The stroke color for the circle outlinestrokeWidth- The stroke width for the circle outline
Implementation
const CircleShape({super.fillColor, super.strokeColor, super.strokeWidth});