MessageBubble.first constructor
const
MessageBubble.first({})
Implementation
const MessageBubble.first({
super.key,
required this.userImage,
required this.username,
required this.message,
required this.dateTime,
required this.isMe,
}) : isFirstInSequence = true;