FlexThemeModeButtonOrder enum

Enum used to define the order, from left to right, of the theme mode selection buttons on the FlexThemeModeSwitch.

Inheritance

Constructors

FlexThemeModeButtonOrder()
const

Values

lightDarkSystem → const FlexThemeModeButtonOrder

The theme mode buttons are in order: Light, Dark, System.

lightSystemDark → const FlexThemeModeButtonOrder

The theme mode buttons are in order: Light, System, Dark.

darkSystemLight → const FlexThemeModeButtonOrder

The theme mode buttons are in order: Dark, System, Light.

darkLightSystem → const FlexThemeModeButtonOrder

The theme mode buttons are in order: Dark, Light, System.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<FlexThemeModeButtonOrder>
A constant List of the values in this enum, in order of their declaration.