CometChatStickerBubble constructor

const CometChatStickerBubble({
  1. Key? key,
  2. CustomMessage? messageObject,
  3. String? stickerUrl,
  4. String? stickerName,
})

Implementation

const CometChatStickerBubble(
    {super.key, this.messageObject, this.stickerUrl, this.stickerName});