BubbleSpecialTwo constructor
const
BubbleSpecialTwo({})
Implementation
const BubbleSpecialTwo({
Key? 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,
),
}) : super(key: key);