ChatView constructor
const
ChatView({
- required ChatController controller,
- ValueChanged<
Citation> ? onCitationTap, - VoidCallback? onStartNewConversation,
- SendOptions? sendOptions,
- ValueChanged<
String> ? onSend, - Widget? composerLeading,
- Widget? composerHeader,
- Key? key,
Creates the view.
Implementation
const ChatView({
required this.controller,
this.onCitationTap,
this.onStartNewConversation,
this.sendOptions,
this.onSend,
this.composerLeading,
this.composerHeader,
super.key,
});