CustomTimerPainter constructor
CustomTimerPainter({})
Implementation
CustomTimerPainter({
this.animation,
this.fillColor,
this.fillGradient,
this.ringColor,
this.ringGradient,
this.strokeWidth,
this.strokeCap,
this.backgroundColor,
this.isReverse,
this.isReverseAnimation,
this.backgroundGradient,
}) : super(repaint: animation);