Controls constructor
Controls({
- required bool backward,
- required bool forward,
- required bool cast,
- required bool bigPlayButton,
- required bool captions,
- required bool chapters,
- required bool currentTime,
- required bool duration,
- required bool fullscreen,
- required bool mute,
- required bool pictureInPicture,
- required bool playPause,
- required bool progress,
- required bool settings,
- required bool volume,
- required bool hideBranding,
- required bool preload,
- required bool controlsVisible,
- required bool enableDownloadButton,
- required bool loop,
Implementation
Controls({
required this.backward,
required this.forward,
required this.cast,
required this.bigPlayButton,
required this.captions,
required this.chapters,
required this.currentTime,
required this.duration,
required this.fullscreen,
required this.mute,
required this.pictureInPicture,
required this.playPause,
required this.progress,
required this.settings,
required this.volume,
required this.hideBranding,
required this.preload,
required this.controlsVisible,
required this.enableDownloadButton,
required this.loop,
});