AudioWaveforms constructor
const
AudioWaveforms({
- Key? key,
- required Size size,
- required RecorderController recorderController,
- WaveStyle waveStyle = const WaveStyle(),
- bool enableGesture = false,
- EdgeInsets? padding,
- EdgeInsets? margin,
- BoxDecoration? decoration,
- Color? backgroundColor,
- bool shouldCalculateScrolledPosition = false,
Implementation
const AudioWaveforms({
Key? key,
required this.size,
required this.recorderController,
this.waveStyle = const WaveStyle(),
this.enableGesture = false,
this.padding,
this.margin,
this.decoration,
this.backgroundColor,
this.shouldCalculateScrolledPosition = false,
}) : super(key: key);