CometChatStickerBubble constructor
const
CometChatStickerBubble({
- Key? key,
- CustomMessage? messageObject,
- String? stickerUrl,
- String? stickerName,
Implementation
const CometChatStickerBubble(
{super.key, this.messageObject, this.stickerUrl, this.stickerName});