CirclePainterV2 constructor
CirclePainterV2({})
Implementation
CirclePainterV2({
this.topMargin,
this.circleRadius,
this.progress = 0.0,
this.strokeWidth = 2.0,
this.strokeColor = Colors.white,
this.overlayColor,
this.progressColor = Colors.green,
});