BubbleSpecialTwo constructor
const
BubbleSpecialTwo({
- Key? key,
- bool isSender = true,
- BoxConstraints? constraints,
- required String text,
- Color color = Colors.white70,
- bool tail = true,
- bool sent = false,
- bool delivered = false,
- bool seen = false,
- TextStyle textStyle = const TextStyle(color: Colors.black87, fontSize: 16),
- String? timestamp,
- bool isEdited = false,
- bool isForwarded = false,
- String? messageId,
Creates a BubbleSpecialTwo widget
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,
),
this.timestamp,
this.isEdited = false,
this.isForwarded = false,
this.messageId,
}) : super(key: key);