BubbleStatusRow constructor
const
BubbleStatusRow({})
Creates a BubbleStatusRow widget
Implementation
const BubbleStatusRow({
Key? key,
this.stateIcon,
this.isEdited = false,
this.timestamp,
this.textColor = Colors.black54,
}) : super(key: key);