WidgetMessageState constructor
const
WidgetMessageState({})
Implementation
const WidgetMessageState({
Key? key,
required this.seenUsers,
required this.seen,
required this.isMe,
required this.timestamp,
this.username,
this.delivered,
}) : super(key: key);