MessageBubble constructor

const MessageBubble({
  1. required ChatMessage message,
  2. ValueChanged<Citation>? onCitationTap,
  3. Key? key,
})

Creates a bubble.

Implementation

const MessageBubble({required this.message, this.onCitationTap, super.key});