FullscreenExitAppState constructor
const
FullscreenExitAppState({
- List<
DeviceOrientation> orientations = const [DeviceOrientation.portraitUp], - SystemUiMode mode = SystemUiMode.edgeToEdge,
Implementation
const FullscreenExitAppState({
this.orientations = const [DeviceOrientation.portraitUp],
this.mode = SystemUiMode.edgeToEdge,
});