AnimatedWaveList constructor
const
AnimatedWaveList({})
Creates an AnimatedWaveList widget.
stream is the stream of amplitude values to display.
Implementation
const AnimatedWaveList({
super.key,
required this.stream,
this.barColor,
this.maxHeight,
});