InAppChatCustomization constructor

InAppChatCustomization({
  1. String? toolbarTitle,
  2. String? toolbarTitleColor,
  3. String? toolbarTintColor,
  4. String? toolbarBackgroundColor,
  5. String? sendButtonTintColor,
  6. String? chatBackgroundColor,
  7. String? widgetTheme,
  8. String? noConnectionAlertTextColor,
  9. String? noConnectionAlertBackgroundColor,
  10. String? chatInputPlaceholderColor,
  11. String? chatInputCursorColor,
  12. String? chatInputBackgroundColor,
  13. String? sendButtonIcon,
  14. String? attachmentButtonIcon,
  15. bool? chatInputSeparatorVisible,
  16. String? chatBannerErrorTextColor,
  17. String? chatBannerErrorTextAppearance,
  18. String? chatBannerErrorBackgroundColor,
  19. String? chatBannerErrorIcon,
  20. String? chatBannerErrorIconTint,
  21. String? chatFullScreenErrorTitleText,
  22. String? chatFullScreenErrorTitleTextColor,
  23. String? chatFullScreenErrorTitleTextAppearance,
  24. String? chatFullScreenErrorDescriptionText,
  25. String? chatFullScreenErrorDescriptionTextColor,
  26. String? chatFullScreenErrorDescriptionTextAppearance,
  27. String? chatFullScreenErrorBackgroundColor,
  28. String? chatFullScreenErrorIcon,
  29. String? chatFullScreenErrorIconTint,
  30. String? chatFullScreenErrorRefreshButtonText,
  31. String? chatFullScreenErrorRefreshButtonTextColor,
  32. bool? chatFullScreenErrorRefreshButtonVisible,
  33. AndroidInAppChatCustomization? android,
  34. IOSInAppChatCustomization? ios,
})

Implementation

InAppChatCustomization({
  this.toolbarTitle,
  this.toolbarTitleColor,
  this.toolbarTintColor,
  this.toolbarBackgroundColor,
  this.sendButtonTintColor,
  this.chatBackgroundColor,
  this.widgetTheme,
  this.noConnectionAlertTextColor,
  this.noConnectionAlertBackgroundColor,
  this.chatInputPlaceholderColor,
  this.chatInputCursorColor,
  this.chatInputBackgroundColor,
  this.sendButtonIcon,
  this.attachmentButtonIcon,
  this.chatInputSeparatorVisible,
  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.android,
  this.ios,
});