ChatCustomization constructor
ChatCustomization({
- String? chatStatusBarBackgroundColor,
- String? chatStatusBarIconsColorMode,
- ToolbarCustomization? chatToolbar,
- ToolbarCustomization? attachmentPreviewToolbar,
- String? attachmentPreviewToolbarSaveMenuItemIcon,
- String? attachmentPreviewToolbarMenuItemsIconTint,
- String? networkErrorText,
- String? networkErrorTextColor,
- String? networkErrorTextAppearance,
- String? networkErrorLabelBackgroundColor,
- String? chatBackgroundColor,
- String? chatProgressBarColor,
- String? chatInputTextAppearance,
- String? chatInputTextColor,
- String? chatInputBackgroundColor,
- String? chatInputHintText,
- String? chatInputHintTextColor,
- String? chatInputAttachmentIcon,
- String? chatInputAttachmentIconTint,
- String? chatInputAttachmentBackgroundDrawable,
- String? chatInputAttachmentBackgroundColor,
- String? chatInputSendIcon,
- String? chatInputSendIconTint,
- String? chatInputSendBackgroundDrawable,
- String? chatInputSendBackgroundColor,
- String? chatInputSeparatorLineColor,
- bool? chatInputSeparatorLineVisible,
- 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,
});