CometChatCardBubble constructor

const CometChatCardBubble({
  1. Key? key,
  2. CardBubbleStyle? cardBubbleStyle,
  3. required CardMessage cardMessage,
  4. CometChatTheme? theme,
  5. dynamic onActionTap(
    1. BaseInteractiveElement interactiveElement
    )?,
  6. User? loggedInUser,
})

Implementation

const CometChatCardBubble(
    {super.key,
    this.cardBubbleStyle,
    required this.cardMessage,
    this.theme,
    this.onActionTap,
    this.loggedInUser});