TutorBubble constructor
Implementation
const TutorBubble({
super.key,
required this.role,
required this.text,
this.mode,
this.kind,
this.timestamp,
this.maxWidth = 560,
});
const TutorBubble({
super.key,
required this.role,
required this.text,
this.mode,
this.kind,
this.timestamp,
this.maxWidth = 560,
});