VoiceRecordingConfiguration constructor

const VoiceRecordingConfiguration({
  1. WaveStyle? waveStyle,
  2. EdgeInsets? padding,
  3. EdgeInsets? margin,
  4. BoxDecoration? decoration,
  5. Color? backgroundColor,
  6. Widget? micIcon,
  7. Color? recorderIconColor,
  8. Widget? stopIcon,
})

Implementation

const VoiceRecordingConfiguration({
  this.waveStyle,
  this.padding,
  this.margin,
  this.decoration,
  this.backgroundColor,
  this.micIcon,
  this.recorderIconColor,
  this.stopIcon,
});