UserInterfaceStyle enum
Constants indicating the interface style.
Constructors
- UserInterfaceStyle()
-
const
Values
- unspecified → const UserInterfaceStyle
-
Choose this option when you want to follow the system's interface style.
- light → const UserInterfaceStyle
-
The light interface style.
- dark → const UserInterfaceStyle
-
The dark interface style.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent 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<
UserInterfaceStyle> - A constant List of the values in this enum, in order of their declaration.