IosSystemOptions class

iOS native UI/system customization.

Constructors

IosSystemOptions({bool keepScreenOn = false, NativeOrientationLock orientationLock = NativeOrientationLock.system, String? pictureInPictureAspectRatio, bool prefersHomeIndicatorAutoHidden = false})
Creates iOS system customization options.
const
IosSystemOptions.fromMap(Map map)
Creates options from a serialized map.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
keepScreenOn bool
Whether native code should keep the screen awake.
final
orientationLock NativeOrientationLock
Preferred native orientation lock.
final
pictureInPictureAspectRatio String?
Optional PiP aspect ratio, for example 16:9.
final
prefersHomeIndicatorAutoHidden bool
Whether home indicator auto-hide is preferred.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, Object?>
Converts this object to a platform-channel map.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited