MediaSettingsModalOptions constructor
- {required bool isVisible,
- required VoidCallback onClose,
- SwitchVideoAltType switchCameraOnPress = switchVideoAlt,
- SwitchVideoType switchVideoOnPress = switchVideo,
- SwitchAudioType switchAudioOnPress = switchAudio,
- required MediaSettingsModalParameters parameters,
- String position = 'topRight',
- Color backgroundColor = Colors.blue}
Implementation
MediaSettingsModalOptions({
required this.isVisible,
required this.onClose,
this.switchCameraOnPress = switchVideoAlt,
this.switchVideoOnPress = switchVideo,
this.switchAudioOnPress = switchAudio,
required this.parameters,
this.position = 'topRight',
this.backgroundColor = Colors.blue,
});