TWColor enum

Inheritance
Available extensions

Values

transparent → const TWColor
current → const TWColor
black → const TWColor
white → const TWColor
gray100 → const TWColor
gray200 → const TWColor
gray300 → const TWColor
gray400 → const TWColor
gray500 → const TWColor
gray600 → const TWColor
gray700 → const TWColor
gray800 → const TWColor
gray900 → const TWColor
red100 → const TWColor
red200 → const TWColor
red300 → const TWColor
red400 → const TWColor
red500 → const TWColor
red600 → const TWColor
red700 → const TWColor
red800 → const TWColor
red900 → const TWColor
yellow100 → const TWColor
yellow200 → const TWColor
yellow300 → const TWColor
yellow400 → const TWColor
yellow500 → const TWColor
yellow600 → const TWColor
yellow700 → const TWColor
yellow800 → const TWColor
yellow900 → const TWColor
green100 → const TWColor
green200 → const TWColor
green300 → const TWColor
green400 → const TWColor
green500 → const TWColor
green600 → const TWColor
green700 → const TWColor
green800 → const TWColor
green900 → const TWColor
blue100 → const TWColor
blue200 → const TWColor
blue300 → const TWColor
blue400 → const TWColor
blue500 → const TWColor
blue600 → const TWColor
blue700 → const TWColor
blue800 → const TWColor
blue900 → const TWColor
indigo100 → const TWColor
indigo200 → const TWColor
indigo300 → const TWColor
indigo400 → const TWColor
indigo500 → const TWColor
indigo600 → const TWColor
indigo700 → const TWColor
indigo800 → const TWColor
indigo900 → const TWColor
purple100 → const TWColor
purple200 → const TWColor
purple300 → const TWColor
purple400 → const TWColor
purple500 → const TWColor
purple600 → const TWColor
purple700 → const TWColor
purple800 → const TWColor
purple900 → const TWColor
pink100 → const TWColor
pink200 → const TWColor
pink300 → const TWColor
pink400 → const TWColor
pink500 → const TWColor
pink600 → const TWColor
pink700 → const TWColor
pink800 → const TWColor
pink900 → const TWColor

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
name String

Available on TWColor, provided by the TWColorExtension extension

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