VoiceButtonConfig constructor
const
VoiceButtonConfig({})
Implementation
const VoiceButtonConfig({
this.playIcon,
this.pauseIcon,
this.errorIcon,
this.buttonColor,
this.buttonIconColor,
this.buttonSize = 40.0,
this.useSimplePlayIcon = false,
this.simpleIconSize = 24.0,
}) : assert(buttonSize > 0, 'buttonSize must be greater than zero'),
assert(simpleIconSize > 0, 'simpleIconSize must be greater than zero');