TimerPainter constructor

TimerPainter(
  1. {Animation<double> animation,
  2. Color ringColor,
  3. double ringStroke}
)

Implementation

TimerPainter({this.animation, this.ringColor, this.ringStroke})
    : super(repaint: animation);