CometChatCollaborativeDocumentBubble constructor

const CometChatCollaborativeDocumentBubble({
  1. Key? key,
  2. required String? url,
  3. String? title,
  4. String? subtitle,
  5. Widget? icon,
  6. String? buttonText,
  7. DocumentBubbleStyle? style,
  8. CometChatTheme? theme,
})

Implementation

const CometChatCollaborativeDocumentBubble(
    {super.key,
    required this.url,
    this.title,
    this.subtitle,
    this.icon,
    this.buttonText,
    this.style,
    this.theme});