OptimusCategoricalColorOption enum

Color options are designed so they won't carry any semantic meaning. Could be used in any case when displaying categorical data.

OptimusCategoricalColorOption.denim - Denim Blue OptimusCategoricalColorOption.lavender - Lavender Purple OptimusCategoricalColorOption.lime - Lime Green OptimusCategoricalColorOption.mustard - Mustard Yellow OptimusCategoricalColorOption.ruby - Ruby Red OptimusCategoricalColorOption.tangerine - Tangerine Orange

Inheritance

Constructors

OptimusCategoricalColorOption()
const

Values

denim → const OptimusCategoricalColorOption
lavender → const OptimusCategoricalColorOption
lime → const OptimusCategoricalColorOption
mustard → const OptimusCategoricalColorOption
ruby → const OptimusCategoricalColorOption
tangerine → const OptimusCategoricalColorOption

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<OptimusCategoricalColorOption>
A constant List of the values in this enum, in order of their declaration.