S360fWidgetColorVariant enum
Values
- primary → const S360fWidgetColorVariant
-
const S360fWidgetColorVariant('Primary') - secondary → const S360fWidgetColorVariant
-
const S360fWidgetColorVariant('Secondary') - info → const S360fWidgetColorVariant
-
const S360fWidgetColorVariant('Info') - infoFilled → const S360fWidgetColorVariant
-
const S360fWidgetColorVariant('Info Filled') - success → const S360fWidgetColorVariant
-
const S360fWidgetColorVariant('Success') - successFilled → const S360fWidgetColorVariant
-
const S360fWidgetColorVariant('Success Filled') - warning → const S360fWidgetColorVariant
-
const S360fWidgetColorVariant('Warning') - warningFilled → const S360fWidgetColorVariant
-
const S360fWidgetColorVariant('Warning Filled') - error → const S360fWidgetColorVariant
-
const S360fWidgetColorVariant('Error') - errorFilled → const S360fWidgetColorVariant
-
const S360fWidgetColorVariant('Error Filled') - base → const S360fWidgetColorVariant
-
const S360fWidgetColorVariant('Base') - baseFilled → const S360fWidgetColorVariant
-
const S360fWidgetColorVariant('Base Filled')
Properties
- displayName → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
S360fWidgetColorVariant> - A constant List of the values in this enum, in order of their declaration.