AndroidSystemOptions constructor
const
AndroidSystemOptions({
- bool keepScreenOn = false,
- NativeOrientationLock orientationLock = NativeOrientationLock.system,
- String? pictureInPictureAspectRatio,
- bool openExactSettingsPages = true,
Creates Android system customization options.
Implementation
const AndroidSystemOptions({
this.keepScreenOn = false,
this.orientationLock = NativeOrientationLock.system,
this.pictureInPictureAspectRatio,
this.openExactSettingsPages = true,
});