TextBubble constructor
const
TextBubble({})
Implementation
const TextBubble({
super.key,
this.isSender = true,
required this.widget,
this.timeWidget,
this.color = Colors.white70,
this.tail = true,
this.sent = false,
this.delivered = false,
this.seen = false,
});