IOSInAppChatCustomization constructor

IOSInAppChatCustomization({
  1. String? attachmentPreviewBarsColor,
  2. String? attachmentPreviewItemsColor,
  3. double? textContainerTopMargin,
  4. double? textContainerLeftPadding,
  5. double? textContainerCornerRadius,
  6. double? textViewTopMargin,
  7. double? placeholderHeight,
  8. double? placeholderSideMargin,
  9. double? buttonHeight,
  10. double? buttonTouchableOverlap,
  11. double? buttonRightMargin,
  12. double? utilityButtonWidth,
  13. double? utilityButtonBottomMargin,
  14. double? initialHeight,
  15. String? mainFont,
  16. 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});