MicrophoneSwitchView constructor

const MicrophoneSwitchView({
  1. Key? key,
  2. void onChanged(
    1. DeviceDetails
    )?,
  3. String? mic,
})

Implementation

const MicrophoneSwitchView({super.key, this.onChanged, this.mic});