MessageBubble constructor
const
MessageBubble({
- required ChatMessage message,
- ValueChanged<
Citation> ? onCitationTap, - Key? key,
Creates a bubble.
Implementation
const MessageBubble({required this.message, this.onCitationTap, super.key});