TimestampedChatMessage constructor
const
TimestampedChatMessage({})
Creates a TimestampedChatMessage.
Implementation
const TimestampedChatMessage({
super.key,
required this.text,
required this.textStyle,
this.timestamp,
this.isEdited = false,
this.statusIcon,
this.statusIconColor,
this.statusIconSize,
this.metaStyle,
});