VideoPlayerWebOptions constructor
      const
      VideoPlayerWebOptions({ 
    
- VideoPlayerWebOptionsControls controls = const VideoPlayerWebOptionsControls.disabled(),
- bool allowContextMenu = true,
- bool allowRemotePlayback = true,
- Uri? poster,
VideoPlayerWebOptions can be optionally used to set additional web settings
Implementation
const VideoPlayerWebOptions({
  this.controls = const VideoPlayerWebOptionsControls.disabled(),
  this.allowContextMenu = true,
  this.allowRemotePlayback = true,
  this.poster,
});