menu
messenger
ui/page/call/view.dart
CallView
CallView const constructor
CallView
dark_mode
light_mode
CallView
constructor
const
CallView
(
Rx
<
OngoingCall
>
_call
, {
Key
?
key
,
})
Implementation
const CallView(this._call, {super.key});
messenger
view
CallView
CallView const constructor
CallView class