AudioWaveform constructor
const
AudioWaveform({})
Implementation
const AudioWaveform(
{super.key,
this.amplitudes = const [],
this.height = 300.0,
this.barWidth = 5.0,
this.barSpace = 2.0});
const AudioWaveform(
{super.key,
this.amplitudes = const [],
this.height = 300.0,
this.barWidth = 5.0,
this.barSpace = 2.0});