MessageBubble constructor
const
MessageBubble({})
Implementation
const MessageBubble({
super.key,
required this.message,
required this.username,
required this.onReply,
required this.replyInfoNotifier,
required this.setReplyInfo,
this.youAreCoHost = false,
this.islevel = '1',
this.eventType = EventType.none,
});