CollaborativeDocumentConfiguration constructor

CollaborativeDocumentConfiguration({
  1. String? title,
  2. String? subtitle,
  3. Widget? icon,
  4. String? buttonText,
  5. DocumentBubbleStyle? style,
  6. CometChatTheme? theme,
  7. String? optionTitle,
  8. String? optionIconUrl,
  9. String? optionIconUrlPackageName,
  10. CollaborativeDocumentOptionStyle? optionStyle,
})

Implementation

CollaborativeDocumentConfiguration(
    {this.title,
    this.subtitle,
    this.icon,
    this.buttonText,
    this.style,
    this.theme,
    this.optionTitle,
    this.optionIconUrl,
    this.optionIconUrlPackageName,
    this.optionStyle});