MessageBubble constructor
const
MessageBubble(- {Key? key,
- required Message message,
- required String username,
- required VoidCallback onReply,
- required ValueNotifier<Map<String, String>?> replyInfoNotifier,
- required dynamic setReplyInfo(
- Map<String, String>?
),
- bool youAreCoHost = false,
- String islevel = '1',
- EventType eventType = EventType.none}
)
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,
});