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,
- 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.android,
this.ios,
});