CircleProgressBarPainter constructor
CircleProgressBarPainter({})
Implementation
CircleProgressBarPainter({
this.backgroundColor,
required this.foregroundColor,
required this.percentage,
double? strokeWidth,
}) : strokeWidth = strokeWidth ?? 3;