ChatCustomization constructor

ChatCustomization({
  1. String? chatStatusBarBackgroundColor,
  2. String? chatStatusBarIconsColorMode,
  3. ToolbarCustomization? chatToolbar,
  4. ToolbarCustomization? attachmentPreviewToolbar,
  5. String? attachmentPreviewToolbarSaveMenuItemIcon,
  6. String? attachmentPreviewToolbarMenuItemsIconTint,
  7. String? networkErrorText,
  8. String? networkErrorTextColor,
  9. String? networkErrorTextAppearance,
  10. String? networkErrorLabelBackgroundColor,
  11. String? chatBackgroundColor,
  12. String? chatProgressBarColor,
  13. String? chatInputTextAppearance,
  14. String? chatInputTextColor,
  15. String? chatInputBackgroundColor,
  16. String? chatInputHintText,
  17. String? chatInputHintTextColor,
  18. String? chatInputAttachmentIcon,
  19. String? chatInputAttachmentIconTint,
  20. String? chatInputAttachmentBackgroundDrawable,
  21. String? chatInputAttachmentBackgroundColor,
  22. String? chatInputSendIcon,
  23. String? chatInputSendIconTint,
  24. String? chatInputSendBackgroundDrawable,
  25. String? chatInputSendBackgroundColor,
  26. String? chatInputSeparatorLineColor,
  27. bool? chatInputSeparatorLineVisible,
  28. String? chatInputCursorColor,
})

Implementation

ChatCustomization({
  this.chatStatusBarBackgroundColor,
  this.chatStatusBarIconsColorMode,
  this.chatToolbar,
  this.attachmentPreviewToolbar,
  this.attachmentPreviewToolbarSaveMenuItemIcon,
  this.attachmentPreviewToolbarMenuItemsIconTint,
  this.networkErrorText,
  this.networkErrorTextColor,
  this.networkErrorTextAppearance,
  this.networkErrorLabelBackgroundColor,
  this.chatBackgroundColor,
  this.chatProgressBarColor,
  this.chatInputTextAppearance,
  this.chatInputTextColor,
  this.chatInputBackgroundColor,
  this.chatInputHintText,
  this.chatInputHintTextColor,
  this.chatInputAttachmentIcon,
  this.chatInputAttachmentIconTint,
  this.chatInputAttachmentBackgroundDrawable,
  this.chatInputAttachmentBackgroundColor,
  this.chatInputSendIcon,
  this.chatInputSendIconTint,
  this.chatInputSendBackgroundDrawable,
  this.chatInputSendBackgroundColor,
  this.chatInputSeparatorLineColor,
  this.chatInputSeparatorLineVisible,
  this.chatInputCursorColor,
});