FullscreenExitAppState constructor

const FullscreenExitAppState({
  1. List<DeviceOrientation> orientations = const [DeviceOrientation.portraitUp],
  2. SystemUiMode mode = SystemUiMode.edgeToEdge,
})

Implementation

const FullscreenExitAppState({
  this.orientations = const [DeviceOrientation.portraitUp],
  this.mode = SystemUiMode.edgeToEdge,
});