EnabledControls constructor
const
EnabledControls({
- bool desktopTapToPlayAndPause = true,
- bool escapeKeyCloseFullScreen = true,
- bool numPadDecimalKeyToggleFit = true,
- bool enterKeyOpensFullScreen = true,
- bool spaceKeyTogglePlay = true,
- bool volumeArrows = true,
- bool seekArrows = true,
- bool seekSwipes = true,
- bool volumeSwipes = true,
- bool brightnessSwipes = true,
- bool doubleTapToSeek = true,
- bool desktopDoubleTapToFullScreen = true,
- bool onLongPressSpeedUp = false,
Implementation
const EnabledControls(
{this.desktopTapToPlayAndPause = true,
this.escapeKeyCloseFullScreen = true,
this.numPadDecimalKeyToggleFit = true,
this.enterKeyOpensFullScreen = true,
this.spaceKeyTogglePlay = true,
this.volumeArrows = true,
this.seekArrows = true,
this.seekSwipes = true,
this.volumeSwipes = true,
this.brightnessSwipes = true,
this.doubleTapToSeek = true,
this.desktopDoubleTapToFullScreen = true,
this.onLongPressSpeedUp = false});