CometChatCollaborativeWhiteBoardBubble constructor
      const
      CometChatCollaborativeWhiteBoardBubble({ 
    
    
- Key? key,
- required String? url,
- String? title,
- String? subtitle,
- Widget? icon,
- String? buttonText,
- WhiteBoardBubbleStyle? style,
- CometChatTheme? theme,
Implementation
const CometChatCollaborativeWhiteBoardBubble(
    {super.key,
    required this.url,
    this.title,
    this.subtitle,
    this.icon,
    this.buttonText,
    this.style,
    this.theme});