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? networkErrorIcon,
  12. String? networkErrorIconTint,
  13. String? chatBannerErrorTextColor,
  14. String? chatBannerErrorTextAppearance,
  15. String? chatBannerErrorBackgroundColor,
  16. String? chatBannerErrorIcon,
  17. String? chatBannerErrorIconTint,
  18. String? chatFullScreenErrorTitleText,
  19. String? chatFullScreenErrorTitleTextColor,
  20. String? chatFullScreenErrorTitleTextAppearance,
  21. String? chatFullScreenErrorDescriptionText,
  22. String? chatFullScreenErrorDescriptionTextColor,
  23. String? chatFullScreenErrorDescriptionTextAppearance,
  24. String? chatFullScreenErrorBackgroundColor,
  25. String? chatFullScreenErrorIcon,
  26. String? chatFullScreenErrorIconTint,
  27. String? chatFullScreenErrorRefreshButtonText,
  28. String? chatFullScreenErrorRefreshButtonTextColor,
  29. bool? chatFullScreenErrorRefreshButtonVisible,
  30. String? chatBackgroundColor,
  31. String? chatProgressBarColor,
  32. String? chatInputTextAppearance,
  33. String? chatInputTextColor,
  34. String? chatInputBackgroundColor,
  35. String? chatInputHintText,
  36. String? chatInputHintTextColor,
  37. String? chatInputAttachmentIcon,
  38. String? chatInputAttachmentIconTint,
  39. String? chatInputAttachmentBackgroundDrawable,
  40. String? chatInputAttachmentBackgroundColor,
  41. String? chatInputSendIcon,
  42. String? chatInputSendIconTint,
  43. String? chatInputSendBackgroundDrawable,
  44. String? chatInputSendBackgroundColor,
  45. String? chatInputSeparatorLineColor,
  46. bool? chatInputSeparatorLineVisible,
  47. String? chatInputCursorColor,
  48. String? chatInputCharCounterTextAppearance,
  49. String? chatInputCharCounterDefaultColor,
  50. String? chatInputCharCounterAlertColor,
  51. bool? shouldHandleKeyboardAppearance,
})

Implementation

ChatCustomization({
  this.chatStatusBarBackgroundColor,
  this.chatStatusBarIconsColorMode,
  this.chatToolbar,
  this.attachmentPreviewToolbar,
  this.attachmentPreviewToolbarSaveMenuItemIcon,
  this.attachmentPreviewToolbarMenuItemsIconTint,
  this.networkErrorText,
  this.networkErrorTextColor,
  this.networkErrorTextAppearance,
  this.networkErrorLabelBackgroundColor,
  this.networkErrorIcon,
  this.networkErrorIconTint,
  this.chatBannerErrorTextColor,
  this.chatBannerErrorTextAppearance,
  this.chatBannerErrorBackgroundColor,
  this.chatBannerErrorIcon,
  this.chatBannerErrorIconTint,
  this.chatFullScreenErrorTitleText,
  this.chatFullScreenErrorTitleTextColor,
  this.chatFullScreenErrorTitleTextAppearance,
  this.chatFullScreenErrorDescriptionText,
  this.chatFullScreenErrorDescriptionTextColor,
  this.chatFullScreenErrorDescriptionTextAppearance,
  this.chatFullScreenErrorBackgroundColor,
  this.chatFullScreenErrorIcon,
  this.chatFullScreenErrorIconTint,
  this.chatFullScreenErrorRefreshButtonText,
  this.chatFullScreenErrorRefreshButtonTextColor,
  this.chatFullScreenErrorRefreshButtonVisible,
  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,
  this.chatInputCharCounterTextAppearance,
  this.chatInputCharCounterDefaultColor,
  this.chatInputCharCounterAlertColor,
  this.shouldHandleKeyboardAppearance,
});