WaveProgressPainter constructor

WaveProgressPainter(
  1. Animation<double> _animation,
  2. Color borderColor,
  3. Color fillColor,
  4. double _progress,
)

Implementation

WaveProgressPainter(
    this._animation, this.borderColor, this.fillColor, this._progress)
    : super(repaint: _animation);