AppTheme enum
Values
- custom → const AppTheme
- pink → const AppTheme
- red → const AppTheme
- deepOrange → const AppTheme
- orange → const AppTheme
- amber → const AppTheme
- yellow → const AppTheme
- lime → const AppTheme
- lightGreen → const AppTheme
- green → const AppTheme
- teal → const AppTheme
- cyan → const AppTheme
- lightBlue → const AppTheme
- indigo → const AppTheme
- purple → const AppTheme
- blueGrey → const AppTheme
- brown → const AppTheme
- grey → const AppTheme
- blue → const AppTheme
Properties
- 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
-
toJson(
) → String - toJson returns the string representation of the enum value.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited