MessageBubble constructor
const
MessageBubble({})
Implementation
const MessageBubble(
{super.key,
required this.style,
required this.message,
required this.messageType,
required this.isMe,
required this.sendTime,
required this.isDelivered});