MultiLayerWaterWavePainter constructor
MultiLayerWaterWavePainter({})
Implementation
MultiLayerWaterWavePainter(
{required this.waveAnimationValue,
required this.progress,
required this.waveHeight,
required this.colorsWave,
required this.backgroundColor,
this.shape = BoxShape.circle, // 默认为圆形,
required this.completedIsShowWave});