VoiceRecordButton constructor
const
VoiceRecordButton({})
Implementation
const VoiceRecordButton({
super.key,
this.onResult,
this.onPartialResult,
this.onRecordingStateChanged,
this.onError,
this.themeColor,
this.size = 64,
this.maxDuration = 10,
this.showDuration = true,
this.showRipple = true,
this.enableHaptic = true,
this.icon,
this.useGlobalService = true,
});