Arc constructor
Arc({})
Implementation
Arc({
this.innerRadius = 0,
this.outRadius = 0,
this.startAngle = 0,
this.sweepAngle = 0,
this.cornerRadius = 0,
this.padAngle = 0,
this.center = Offset.zero,
});
Arc({
this.innerRadius = 0,
this.outRadius = 0,
this.startAngle = 0,
this.sweepAngle = 0,
this.cornerRadius = 0,
this.padAngle = 0,
this.center = Offset.zero,
});