TouchShutter constructor

TouchShutter({
  1. YoutubePlayerController? controller,
  2. bool disableDragSeek = false,
  3. required Duration timeOut,
})

Creates TouchShutter widget.

Implementation

TouchShutter({
  this.controller,
  this.disableDragSeek = false,
  required this.timeOut,
});