AdditionalConfigurations constructor

AdditionalConfigurations({
  1. List<CometChatTextFormatter>? textFormatters,
  2. CometChatTextBubbleStyle? textBubbleStyle,
  3. CometChatImageBubbleStyle? imageBubbleStyle,
  4. CometChatVideoBubbleStyle? videoBubbleStyle,
  5. CometChatAudioBubbleStyle? audioBubbleStyle,
  6. CometChatFileBubbleStyle? fileBubbleStyle,
  7. CometChatAttachmentOptionSheetStyle? attachmentOptionSheetStyle,
  8. CometChatMessageOptionSheetStyle? messageOptionSheetStyle,
  9. CometChatCollaborativeBubbleStyle? collaborativeDocumentBubbleStyle,
  10. CometChatCollaborativeBubbleStyle? collaborativeWhiteboardBubbleStyle,
  11. CometChatPollsBubbleStyle? pollsBubbleStyle,
  12. CometChatActionBubbleStyle? actionBubbleStyle,
  13. CometChatDeletedBubbleStyle? deletedBubbleStyle,
  14. CometChatMessageTranslationBubbleStyle? messageTranslationBubbleStyle,
  15. CometChatLinkPreviewBubbleStyle? linkPreviewBubbleStyle,
  16. CometChatStickerBubbleStyle? stickerBubbleStyle,
  17. CometChatCallBubbleStyle? voiceCallBubbleStyle,
  18. CometChatCallBubbleStyle? videoCallBubbleStyle,
  19. CometChatCallButtonsStyle? callButtonsStyle,
  20. bool? hideVideoCallButton,
  21. bool? hideVoiceCallButton,
  22. bool? hideImageAttachmentOption,
  23. bool? hideVideoAttachmentOption,
  24. bool? hideAudioAttachmentOption,
  25. bool? hideFileAttachmentOption,
  26. bool? hidePollsOption,
  27. bool? hideCollaborativeDocumentOption,
  28. bool? hideCollaborativeWhiteboardOption,
  29. bool? hideStickersButton,
  30. bool? hideTakPhotoOption,
  31. bool? hideCopyMessageOption,
  32. bool? hideDeleteMessageOption,
  33. bool? hideEditMessageOption,
  34. bool? hideReactionOption,
  35. bool? hideMessagePrivatelyOption,
  36. bool? hideMessageInfoOption,
  37. bool? hideTranslateMessageOption,
  38. bool? hideReplyInThreadOption,
  39. bool? hideReplyOption,
  40. bool? hideShareMessageOption,
  41. bool? showMarkAsUnreadOption,
  42. bool? hideFlagOption,
})

Implementation

AdditionalConfigurations({
  this.textFormatters,
  this.textBubbleStyle,
  this.imageBubbleStyle,
  this.videoBubbleStyle,
  this.audioBubbleStyle,
  this.fileBubbleStyle,
  this.attachmentOptionSheetStyle,
  this.messageOptionSheetStyle,
  this.collaborativeDocumentBubbleStyle,
  this.collaborativeWhiteboardBubbleStyle,
  this.pollsBubbleStyle,
  this.actionBubbleStyle,
  this.deletedBubbleStyle,
  this.messageTranslationBubbleStyle,
  this.linkPreviewBubbleStyle,
  this.stickerBubbleStyle,
  this.voiceCallBubbleStyle,
  this.videoCallBubbleStyle,
  this.callButtonsStyle,
  this.hideVideoCallButton,
  this.hideVoiceCallButton,
  this.hideImageAttachmentOption,
  this.hideVideoAttachmentOption,
  this.hideAudioAttachmentOption,
  this.hideFileAttachmentOption,
  this.hidePollsOption,
  this.hideCollaborativeDocumentOption,
  this.hideCollaborativeWhiteboardOption,
  this.hideStickersButton,
  this.hideTakPhotoOption,
  this.hideCopyMessageOption,
  this.hideDeleteMessageOption,
  this.hideEditMessageOption,
  this.hideReactionOption,
  this.hideMessagePrivatelyOption,
  this.hideMessageInfoOption,
  this.hideTranslateMessageOption,
  this.hideReplyInThreadOption,
  this.hideReplyOption,
  this.hideShareMessageOption,
  this.showMarkAsUnreadOption,
  this.hideFlagOption,
});