Configuration constructor

const Configuration({
  1. FullscreenExitAppState fullscreenExitAppState = const FullscreenExitAppState(),
  2. List<double> playbackSpeeds = const [0.5, 1.0, 1.5, 2],
  3. Controls controls = const Controls(),
})

Implementation

const Configuration({
  this.fullscreenExitAppState = const FullscreenExitAppState(),
  this.playbackSpeeds = const [0.5, 1.0, 1.5, 2],
  this.controls = const Controls(),
});