WaveformDisplay constructor
const
WaveformDisplay({})
Implementation
const WaveformDisplay({
super.key,
this.soundLevel = 0.0,
this.color = Colors.blue,
this.height = 60,
this.isActive = true,
});
const WaveformDisplay({
super.key,
this.soundLevel = 0.0,
this.color = Colors.blue,
this.height = 60,
this.isActive = true,
});