FullscreenConfig constructor

FullscreenConfig({
  1. List<DeviceOrientation> preferredFullscreenOrientations = const [DeviceOrientation.landscapeLeft, DeviceOrientation.landscapeRight],
  2. List<DeviceOrientation> preferredRestoredOrientations = const [DeviceOrientation.portraitUp, DeviceOrientation.portraitDown],
  3. SystemUiMode fullscreenSystemUiMode = SystemUiMode.immersive,
})

Implementation

FullscreenConfig(
    {this.preferredFullscreenOrientations = const [DeviceOrientation.landscapeLeft, DeviceOrientation.landscapeRight],
    this.preferredRestoredOrientations = const [DeviceOrientation.portraitUp, DeviceOrientation.portraitDown],
    this.fullscreenSystemUiMode = SystemUiMode.immersive});