InAppChatCustomization constructor
InAppChatCustomization({
- String? toolbarTitle,
- String? toolbarTitleColor,
- String? toolbarTintColor,
- String? toolbarBackgroundColor,
- String? sendButtonTintColor,
- String? chatBackgroundColor,
- String? widgetTheme,
- String? noConnectionAlertTextColor,
- String? noConnectionAlertBackgroundColor,
- String? chatInputPlaceholderColor,
- String? chatInputCursorColor,
- String? chatInputBackgroundColor,
- String? sendButtonIcon,
- String? attachmentButtonIcon,
- bool? chatInputSeparatorVisible,
- String? chatBannerErrorTextColor,
- String? chatBannerErrorTextAppearance,
- String? chatBannerErrorBackgroundColor,
- String? chatBannerErrorIcon,
- String? chatBannerErrorIconTint,
- String? chatFullScreenErrorTitleText,
- String? chatFullScreenErrorTitleTextColor,
- String? chatFullScreenErrorTitleTextAppearance,
- String? chatFullScreenErrorDescriptionText,
- String? chatFullScreenErrorDescriptionTextColor,
- String? chatFullScreenErrorDescriptionTextAppearance,
- String? chatFullScreenErrorBackgroundColor,
- String? chatFullScreenErrorIcon,
- String? chatFullScreenErrorIconTint,
- String? chatFullScreenErrorRefreshButtonText,
- String? chatFullScreenErrorRefreshButtonTextColor,
- bool? chatFullScreenErrorRefreshButtonVisible,
- AndroidInAppChatCustomization? android,
- 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,
});