CircularCountdownPainter constructor
CircularCountdownPainter({})
Implementation
CircularCountdownPainter({
required this.progress,
this.fillColor,
this.ringColor,
this.backgroundColor,
this.fillGradient,
this.ringGradient,
this.backgroundGradient,
required this.strokeWidth,
required this.strokeCap,
});