AudioDecibelCheckOptions constructor
- {required Function animateWaveform,
- required Function resetWaveform,
- required String name,
- required Participant participant,
- required AudioDecibelCheckParameters parameters,
- required Function onShowWaveformChanged}
Implementation
const AudioDecibelCheckOptions({
required this.animateWaveform,
required this.resetWaveform,
required this.name,
required this.participant,
required this.parameters,
required this.onShowWaveformChanged,
});