WaveProgressPainter constructor
WaveProgressPainter(})
Implementation
WaveProgressPainter(
this._animation,
this._progress, {
this.label = '',
this.subLabel = '',
this.borderColor = Colors.blueAccent,
this.fillColor = Colors.blueAccent,
}) : super(repaint: _animation);