IOSInAppChatCustomization constructor
IOSInAppChatCustomization({
- String? attachmentPreviewBarsColor,
- String? attachmentPreviewItemsColor,
- double? textContainerTopMargin,
- double? textContainerLeftPadding,
- double? textContainerCornerRadius,
- double? textViewTopMargin,
- double? placeholderHeight,
- double? placeholderSideMargin,
- double? buttonHeight,
- double? buttonTouchableOverlap,
- double? buttonRightMargin,
- double? utilityButtonWidth,
- double? utilityButtonBottomMargin,
- double? initialHeight,
- String? mainFont,
- String? charCountFont,
Implementation
IOSInAppChatCustomization({
this.attachmentPreviewBarsColor,
this.attachmentPreviewItemsColor,
this.textContainerTopMargin,
this.textContainerLeftPadding,
this.textContainerCornerRadius,
this.textViewTopMargin,
this.placeholderHeight,
this.placeholderSideMargin,
this.buttonHeight,
this.buttonTouchableOverlap,
this.buttonRightMargin,
this.utilityButtonWidth,
this.utilityButtonBottomMargin,
this.initialHeight,
this.mainFont,
this.charCountFont,
});