ScreenManager constructor

const ScreenManager({
  1. List<DeviceOrientation> orientations = DeviceOrientation.values,
  2. List<SystemUiOverlay> overlays = SystemUiOverlay.values,
  3. bool forceLandScapeInFullscreen = true,
  4. SystemUiMode? systemUiMode,
  5. bool hideSystemOverlay = true,
})

Implementation

const ScreenManager(
    {this.orientations = DeviceOrientation.values,
    this.overlays = SystemUiOverlay.values,
    this.forceLandScapeInFullscreen = true,
    this.systemUiMode,
    this.hideSystemOverlay = true});