CircleProgressBarPainter constructor
const
CircleProgressBarPainter({})
Implementation
const CircleProgressBarPainter(
{this.progress = 0,
this.strokeWidth = 3,
this.color = Colors.grey,
this.fillColor = Colors.white});