menu
messenger
ui/page/home/page/chat/widget/chat_item.dart
ChatCallWidget
ChatCallWidget const constructor
ChatCallWidget
dark_mode
light_mode
ChatCallWidget
constructor
const
ChatCallWidget
(
ChatCall
?
call
, {
Key
?
key
,
FutureOr
<
Rx
<
ChatItem
>
?
>
getItem
(
ChatItemId
itemId
)?,
required
UserId
me
,
})
Implementation
const ChatCallWidget(this.call, {super.key, this.getItem, required this.me});
messenger
chat_item
ChatCallWidget
ChatCallWidget const constructor
ChatCallWidget class