SectorClipper constructor
SectorClipper({})
Implementation
SectorClipper({
required this.sweepAngle,
required this.innerRadius,
required this.outerRadius,
this.padding = 0,
this.clipLinesWidth,
this.outerCornerRadius = 0,
this.innerCornerRadius = 0,
});