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