MessageBubble constructor
const
MessageBubble({
- Key? key,
- required String text,
- required bool isUser,
- FormlessTheme? theme,
- VoidCallback? onEdit,
Implementation
const MessageBubble({
super.key,
required this.text,
required this.isUser,
this.theme,
this.onEdit,
});