CometChatCardBubble constructor
      const
      CometChatCardBubble({ 
    
    
- Key? key,
- CardBubbleStyle? cardBubbleStyle,
- required CardMessage cardMessage,
- CometChatTheme? theme,
- dynamic onActionTap(- BaseInteractiveElement interactiveElement
 
- User? loggedInUser,
Implementation
const CometChatCardBubble(
    {super.key,
    this.cardBubbleStyle,
    required this.cardMessage,
    this.theme,
    this.onActionTap,
    this.loggedInUser});