ChatBoxOptions constructor

const ChatBoxOptions({
  1. TextDirection? dir,
  2. CustomEmojis? customEmojis,
  3. MessageFieldOptions? messageField,
  4. bool? showChatHeader,
  5. TranslationToggle? showTranslationToggle,
  6. String? theme,
  7. ThemeOptions? themeOptions,
  8. TranslateConversations? translateConversations,
})

Implementation

const ChatBoxOptions({
  this.dir,
  this.customEmojis,
  this.messageField,
  this.showChatHeader,
  this.showTranslationToggle,
  this.theme,
  this.themeOptions,
  this.translateConversations,
});