MessageBubble constructor
- Key? key,
- required AIMessage message,
- required AIChatTheme theme,
- bool isStreaming = false,
Implementation
const MessageBubble({
super.key,
required this.message,
required this.theme,
this.isStreaming = false,
});
const MessageBubble({
super.key,
required this.message,
required this.theme,
this.isStreaming = false,
});