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