WaveProgressPainter constructor
WaveProgressPainter()
Implementation
WaveProgressPainter(
this._animation,
this.backgroundWaveColor,
this.foregroundWaveColor,
this._progress,
) : super(repaint: _animation);
WaveProgressPainter(
this._animation,
this.backgroundWaveColor,
this.foregroundWaveColor,
this._progress,
) : super(repaint: _animation);