AndroidSystemOptions constructor

const AndroidSystemOptions({
  1. bool keepScreenOn = false,
  2. NativeOrientationLock orientationLock = NativeOrientationLock.system,
  3. String? pictureInPictureAspectRatio,
  4. bool openExactSettingsPages = true,
})

Creates Android system customization options.

Implementation

const AndroidSystemOptions({
  this.keepScreenOn = false,
  this.orientationLock = NativeOrientationLock.system,
  this.pictureInPictureAspectRatio,
  this.openExactSettingsPages = true,
});