menu
messenger
ui/page/home/page/chat/widget/message_info/view.dart
MessageInfo
MessageInfo const constructor
MessageInfo
dark_mode
light_mode
MessageInfo
constructor
const
MessageInfo
(
{
Key
?
key
,
ChatItemId
?
id
,
Iterable
<
LastChatRead
>
reads
=
const []
,
})
Implementation
const MessageInfo({super.key, this.id, this.reads = const []});
messenger
view
MessageInfo
MessageInfo const constructor
MessageInfo class