ArcPainter constructor

ArcPainter({
  1. required double progress,
  2. required double strokewidth,
  3. required Color color,
})

Implementation

ArcPainter(
    {required this.progress, required this.strokewidth, required this.color});