ControlMediaOptions constructor
- required ControlMediaData data,
- ShowAlert? showAlert,
- VoidCallback? clickAudio,
- VoidCallback? clickVideo,
- bool audioAlreadyOn = false,
- bool videoAlreadyOn = false,
Implementation
ControlMediaOptions({
required this.data,
this.showAlert,
this.clickAudio,
this.clickVideo,
this.audioAlreadyOn = false,
this.videoAlreadyOn = false,
});