WavePainter constructor

WavePainter({
  1. Animation<double>? waveAnimation,
  2. double? percentValue,
  3. double? boxHeight,
  4. Color? waveColor,
  5. GlobalKey<State<StatefulWidget>>? textKey,
})

Implementation

WavePainter(
    {this.waveAnimation,
    this.percentValue,
    this.boxHeight,
    this.waveColor,
    this.textKey});