AnnularSector constructor
AnnularSector({})
Implementation
AnnularSector(
{double startAngle = 0,
double angle = TAU / 4,
this.outerRadius = 2,
this.innerRadius = 1,
Vector3 arcCenter = ORIGIN,
Color color = WHITE})
: super(
startAngle: startAngle,
angle: angle,
radius: outerRadius,
arcCenter: arcCenter,
color: color,
);