Theme enum

Inheritance
Annotations
  • @JsonEnum(valueField: 'raw')

Constructors

Theme(String raw)
const

Values

blue → const Theme
const Theme('blue')
blue2 → const Theme
const Theme('blue2')
blue3 → const Theme
const Theme('blue3')
blueMarble → const Theme
const Theme('blue-marble')
canvas → const Theme
const Theme('canvas')
wood → const Theme
const Theme('wood')
wood2 → const Theme
const Theme('wood2')
wood3 → const Theme
const Theme('wood3')
wood4 → const Theme
const Theme('wood4')
maple → const Theme
const Theme('maple')
maple2 → const Theme
const Theme('maple2')
brown → const Theme
const Theme('brown')
leather → const Theme
const Theme('leather')
green → const Theme
const Theme('green')
marble → const Theme
const Theme('marble')
greenPlastic → const Theme
const Theme('green-plastic')
grey → const Theme
const Theme('grey')
metal → const Theme
const Theme('metal')
olive → const Theme
const Theme('olive')
newspaper → const Theme
const Theme('newspaper')
purple → const Theme
const Theme('purple')
purpleDiag → const Theme
const Theme('purple-diag')
pink → const Theme
const Theme('pink')
ic → const Theme
const Theme('ic')

Properties

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