AndroidInAppChatCustomization constructor
      
      AndroidInAppChatCustomization({ 
    
    
- bool? chatStatusBarColorLight,
- String? chatStatusBarBackgroundColor,
- String? chatSubtitleText,
- String? chatSubtitleTextColor,
- String? chatSubtitleTextAppearanceRes,
- bool? chatSubtitleCentered,
- bool? chatTitleCentered,
- String? chatTitleTextAppearanceRes,
- String? chatMenuItemsIconTint,
- String? chatMenuItemSaveAttachmentIcon,
- String? chatProgressBarColor,
- String? chatNetworkConnectionErrorTextAppearanceRes,
- String? chatNetworkConnectionErrorText,
- String? chatInputTextColor,
- String? chatInputAttachmentIconTint,
- String? chatInputAttachmentBackgroundColor,
- String? chatInputAttachmentBackgroundDrawable,
- String? chatInputSendIconTint,
- String? chatInputSendBackgroundColor,
- String? chatInputSendBackgroundDrawable,
- String? chatInputSeparatorLineColor,
- String? chatInputHintText,
- String? chatInputTextAppearance,
Implementation
AndroidInAppChatCustomization({
  //status bar
  this.chatStatusBarColorLight,
  this.chatStatusBarBackgroundColor,
  //toolbar
  this.chatNavigationIcon,
  this.chatNavigationIconTint,
  this.chatSubtitleText,
  this.chatSubtitleTextColor,
  this.chatSubtitleTextAppearanceRes,
  this.chatSubtitleCentered,
  this.chatTitleCentered,
  this.chatTitleTextAppearanceRes,
  this.chatMenuItemsIconTint,
  this.chatMenuItemSaveAttachmentIcon,
  //chat
  this.chatProgressBarColor,
  this.chatNetworkConnectionErrorTextAppearanceRes,
  this.chatNetworkConnectionErrorText,
  //input
  this.chatInputTextColor,
  this.chatInputAttachmentIconTint,
  this.chatInputAttachmentBackgroundColor,
  this.chatInputAttachmentBackgroundDrawable,
  this.chatInputSendIconTint,
  this.chatInputSendBackgroundColor,
  this.chatInputSendBackgroundDrawable,
  this.chatInputSeparatorLineColor,
  this.chatInputHintText,
  this.chatInputTextAppearance,
});