ChatBubble constructor
const
ChatBubble({})
Implementation
const ChatBubble(
{super.key,
required this.message,
required this.isSender,
required this.bubbleBorder,
required this.receiverBgColor,
required this.senderBgColor,
required this.receiverTextColor,
required this.senderTextColor});