CustomTabsColorScheme enum

Desired color scheme on a custom tab.

Inheritance

Constructors

CustomTabsColorScheme(int rawValue)
const

Values

system → const CustomTabsColorScheme

Applies either a light or dark color scheme to the user interface in the custom tab depending on the user's system settings.

const CustomTabsColorScheme(0)
light → const CustomTabsColorScheme

Applies a light color scheme to the user interface in the custom tab.

const CustomTabsColorScheme(1)
dark → const CustomTabsColorScheme

Applies a dark color scheme to the user interface in the custom tab.

const CustomTabsColorScheme(2)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
rawValue int
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<CustomTabsColorScheme>
A constant List of the values in this enum, in order of their declaration.