VoiceEffectsPanel constructor

const VoiceEffectsPanel({
  1. Key? key,
  2. VoiceProcessorController? controller,
  3. Color? backgroundColor,
  4. Color? accentColor,
  5. Color? labelColor,
  6. bool showPresets = true,
  7. bool showAdvanced = false,
  8. VoidCallback? onSettingsChanged,
})

Implementation

const VoiceEffectsPanel({
  super.key,
  this.controller,
  this.backgroundColor,
  this.accentColor,
  this.labelColor,
  this.showPresets = true,
  this.showAdvanced = false,
  this.onSettingsChanged,
});