MessageTimestamp constructor
- Key? key,
- required PreciseDateTime at,
- SendingStatus? status,
- bool date = false,
- bool read = false,
- bool halfRead = false,
- bool delivered = false,
- bool inverted = false,
- double? fontSize,
Implementation
const MessageTimestamp({
super.key,
required this.at,
this.status,
this.date = false,
this.read = false,
this.halfRead = false,
this.delivered = false,
this.inverted = false,
this.fontSize,
});