ChatUI constructor
const
ChatUI({})
Implementation
const ChatUI({
super.key,
required this.chatProvider,
this.user,
this.assistant,
this.theme,
this.header,
this.showHeader = true,
this.title,
this.actions,
});