ProgressPainter constructor
ProgressPainter()
Implementation
ProgressPainter(this.value, this.height, this.width, this.progressColor,
this.backgroundColor) {
bgPaint = Paint()..color = backgroundColor ?? progressColor.withAlpha(90);
progressPaint = Paint()..color = progressColor;
}