menu
messenger
ui/page/home/page/my_profile/microphone_switch/view.dart
MicrophoneSwitchView
MicrophoneSwitchView const constructor
MicrophoneSwitchView
dark_mode
light_mode
MicrophoneSwitchView
constructor
const
MicrophoneSwitchView
(
{
Key
?
key
,
void
onChanged
(
DeviceDetails
)?,
String
?
mic
,
})
Implementation
const MicrophoneSwitchView({super.key, this.onChanged, this.mic});
messenger
view
MicrophoneSwitchView
MicrophoneSwitchView const constructor
MicrophoneSwitchView class