AudioDevicePickerDialog constructor
const
AudioDevicePickerDialog({
- Key? key,
- required List<
AudioDevice> devices, - AudioDevice? currentDevice,
- Map<
AudioSourceType, String> ? deviceNames, - String? dialogTitle,
Implementation
const AudioDevicePickerDialog({
super.key,
required this.devices,
this.currentDevice,
this.deviceNames,
this.dialogTitle,
});