CupertinoUserInterfaceLevelData enum Null safety
Indicates the visual level for a piece of content. Equivalent to UIUserInterfaceLevel
from UIKit
.
See also:
UIUserInterfaceLevel
, the UIKit equivalent: https://developer.apple.com/documentation/uikit/uiuserinterfacelevel.
Constructors
- CupertinoUserInterfaceLevelData()
-
const
Values
- base → const CupertinoUserInterfaceLevelData
-
The level for your window's main content.
CupertinoUserInterfaceLevelData()
- elevated → const CupertinoUserInterfaceLevelData
-
The level for content visually above base.
CupertinoUserInterfaceLevelData()
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
CupertinoUserInterfaceLevelData> -
A constant List of the values in this enum, in order of their declaration.
[base, elevated]