IosSystemOptions constructor
const
IosSystemOptions({
- bool keepScreenOn = false,
- NativeOrientationLock orientationLock = NativeOrientationLock.system,
- String? pictureInPictureAspectRatio,
- bool prefersHomeIndicatorAutoHidden = false,
Creates iOS system customization options.
Implementation
const IosSystemOptions({
this.keepScreenOn = false,
this.orientationLock = NativeOrientationLock.system,
this.pictureInPictureAspectRatio,
this.prefersHomeIndicatorAutoHidden = false,
});