CometChatDeleteMessageBubble constructor

const CometChatDeleteMessageBubble({
  1. Key? key,
  2. DeletedBubbleStyle style = const DeletedBubbleStyle(),
})

Implementation

const CometChatDeleteMessageBubble(
    {super.key, this.style = const DeletedBubbleStyle()});