WavePainter constructor
const
WavePainter({})
Implementation
const WavePainter({
required this.progress,
required this.waveHeight,
required this.animationValue,
required this.gradientColors,
this.gradient,
});