WaveBackground constructor
const
WaveBackground({})
Implementation
const WaveBackground({
super.key,
this.waveCount = 3,
this.colors = const [Colors.blueAccent, Colors.tealAccent, Colors.cyanAccent],
this.backgroundColor,
this.speed = 1.0,
this.amplitude = 25.0,
this.frequency = 0.005,
this.child,
this.isPaused = false,
});