TouchShutter constructor
      
      TouchShutter({ 
    
- YoutubePlayerController? controller,
 - bool disableDragSeek = false,
 - required Duration timeOut,
 
Creates TouchShutter widget.
Implementation
TouchShutter({
  this.controller,
  this.disableDragSeek = false,
  required this.timeOut,
});