CircularProgressBarPainter constructor
CircularProgressBarPainter({})
Implementation
CircularProgressBarPainter(
{this.strokeWidth = 20,
this.strokeCap = StrokeCap.round,
required this.radius,
required this.color,
required this.percentage});