FullscreenConfig constructor
FullscreenConfig({
- List<
DeviceOrientation> preferredFullscreenOrientations = const [DeviceOrientation.landscapeLeft, DeviceOrientation.landscapeRight], - List<
DeviceOrientation> preferredRestoredOrientations = const [DeviceOrientation.portraitUp, DeviceOrientation.portraitDown], - SystemUiMode fullscreenSystemUiMode = SystemUiMode.immersive,
Implementation
FullscreenConfig({
this.preferredFullscreenOrientations = const [DeviceOrientation.landscapeLeft, DeviceOrientation.landscapeRight],
this.preferredRestoredOrientations = const [DeviceOrientation.portraitUp, DeviceOrientation.portraitDown],
this.fullscreenSystemUiMode = SystemUiMode.immersive
});