MessageCard constructor
const
MessageCard({})
Implementation
const MessageCard({
super.key,
this.isSender = true,
this.constraints,
required this.text,
this.color = Colors.white70,
this.tail = true,
this.sent = false,
this.delivered = false,
this.seen = false,
this.textStyle = const TextStyle(
color: Colors.black87,
fontSize: 16,
),
required this.date,
});