VoiceEffectConfig constructor
const
VoiceEffectConfig({})
Implementation
const VoiceEffectConfig({
required this.effect,
this.intensity = 0.5,
this.isEnabled = true,
this.parameters = const {},
});
const VoiceEffectConfig({
required this.effect,
this.intensity = 0.5,
this.isEnabled = true,
this.parameters = const {},
});