ChatBubble constructor
Implementation
const ChatBubble({
required this.text,
required this.isSentByMe,
required this.time,
super.key,
this.isSupportDevButton = false,
this.isShareButton = false,
});
const ChatBubble({
required this.text,
required this.isSentByMe,
required this.time,
super.key,
this.isSupportDevButton = false,
this.isShareButton = false,
});