ChatPanel constructor
const
ChatPanel({
- required VoicebotSession session,
- required VoidCallback onMinimize,
- required VoidCallback onClose,
- VoicebotTheme? theme,
- bool showVoiceControls = true,
- Key? key,
Implementation
const ChatPanel({
required this.session,
required this.onMinimize,
required this.onClose,
this.theme,
this.showVoiceControls = true,
super.key,
});