ChatBoxOptions constructor

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

Implementation

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