Configuration constructor
const
Configuration({
- FullscreenExitAppState fullscreenExitAppState = const FullscreenExitAppState(),
- List<
double> playbackSpeeds = const [0.5, 1.0, 1.5, 2], - 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(),
});