VoiceRecordingConfiguration constructor
const
VoiceRecordingConfiguration({
- WaveStyle? waveStyle,
- EdgeInsets? padding,
- EdgeInsets? margin,
- BoxDecoration? decoration,
- Color? backgroundColor,
- Widget? micIcon,
- Color? recorderIconColor,
- Widget? stopIcon,
Implementation
const VoiceRecordingConfiguration({
this.waveStyle,
this.padding,
this.margin,
this.decoration,
this.backgroundColor,
this.micIcon,
this.recorderIconColor,
this.stopIcon,
});