ExpandedArcPainter constructor

ExpandedArcPainter({
  1. required Color color,
  2. required double strokeWidth,
  3. required double clipValue,
})

Implementation

ExpandedArcPainter({
  required this.color,
  required this.strokeWidth,
  required this.clipValue,
});