ChatBoxOptions constructor
const
ChatBoxOptions({
- TextDirection? dir,
- MessageFieldOptions? messageField,
- bool? showChatHeader,
- TranslationToggle? showTranslationToggle,
- String? theme,
- ThemeOptions? themeOptions,
- TranslateConversations? translateConversations,
Implementation
const ChatBoxOptions({
this.dir,
this.messageField,
this.showChatHeader,
this.showTranslationToggle,
this.theme,
this.themeOptions,
this.translateConversations,
});