MessageBubble constructor
const
MessageBubble({
- Key? key,
- required RemoteActivityData chat,
- required RtcViewmodel viewModel,
- bool isPrivateChat = false,
- bool isHighlighted = false,
- VoidCallback? onEdit,
Implementation
const MessageBubble({
super.key,
required this.chat,
required this.viewModel,
this.isPrivateChat = false,
this.isHighlighted = false,
this.onNavigate,
this.onEdit,
});