VoiceButton constructor
const
VoiceButton({
- required VoiceButtonPhase phase,
- required VoidCallback onTap,
- bool open = false,
- VoicebotTheme? theme,
- Key? key,
Implementation
const VoiceButton({
required this.phase,
required this.onTap,
this.open = false,
this.theme,
super.key,
});