ScreenManager constructor
const
ScreenManager({
- List<
DeviceOrientation> orientations = DeviceOrientation.values, - List<
SystemUiOverlay> overlays = SystemUiOverlay.values, - bool forceLandScapeInFullscreen = true,
- SystemUiMode? systemUiMode,
- bool hideSystemOverlay = true,
Implementation
const ScreenManager(
{this.orientations = DeviceOrientation.values,
this.overlays = SystemUiOverlay.values,
this.forceLandScapeInFullscreen = true,
this.systemUiMode,
this.hideSystemOverlay = true});