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