ChatBubble constructor
Implementation
const ChatBubble({
super.key,
required this.message,
required this.isUser,
this.timestamp,
this.confusedStudent = false,
});
const ChatBubble({
super.key,
required this.message,
required this.isUser,
this.timestamp,
this.confusedStudent = false,
});