CustomThemeExtension constructor

const CustomThemeExtension({
  1. Color? chatBackground,
  2. Color? messageBubbleColor,
  3. Color? userBubbleColor,
  4. Color? messageTextColor,
  5. Color? inputBackgroundColor,
  6. Color? inputBorderColor,
  7. Color? inputTextColor,
  8. Color? hintTextColor,
  9. Color? backToBottomButtonColor,
  10. Color? sendButtonColor,
  11. Color? sendButtonIconColor,
})

Implementation

const CustomThemeExtension({
  this.chatBackground,
  this.messageBubbleColor,
  this.userBubbleColor,
  this.messageTextColor,
  this.inputBackgroundColor,
  this.inputBorderColor,
  this.inputTextColor,
  this.hintTextColor,
  this.backToBottomButtonColor,
  this.sendButtonColor,
  this.sendButtonIconColor,
});