Arc constructor
Arc({})
Implementation
Arc(
{this.startAngle = 0,
this.angle = TAU / 4,
this.radius = 1,
this.arcCenter = ORIGIN,
this.numComponents = 9,
Color color = WHITE})
: super(color: color);