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