CGradientColorType enum

Enumeration defining the type of gradient colors.

Inheritance

Constructors

CGradientColorType()
const

Values

primaryLightToPrimary → const CGradientColorType

Gradient from primary light to primary color.

primaryLightToPrimaryDark → const CGradientColorType

Gradient from primary light to primary dark color.

primaryLightToSecondaryLight → const CGradientColorType

Gradient from primary light to secondary light color.

primaryLightToSecondary → const CGradientColorType

Gradient from primary light to secondary color.

primaryLightToSecondaryDark → const CGradientColorType

Gradient from primary light to secondary dark color.

primaryToPrimaryDark → const CGradientColorType

Gradient from primary color to primary dark color.

primaryToSecondaryLight → const CGradientColorType

Gradient from primary color to secondary light color.

primaryToSecondary → const CGradientColorType

Gradient from primary color to secondary color.

primaryToSecondaryDark → const CGradientColorType

Gradient from primary color to secondary dark color.

primaryDarkToSecondaryLight → const CGradientColorType

Gradient from primary dark color to secondary light color.

primaryDarkToSecondary → const CGradientColorType

Gradient from primary dark color to secondary color.

primaryDarkToSecondaryDark → const CGradientColorType

Gradient from primary dark color to secondary dark color.

secondaryLightToSecondary → const CGradientColorType

Gradient from secondary light color to secondary color.

secondaryLightToSecondaryDark → const CGradientColorType

Gradient from secondary light color to secondary dark color.

secondaryToSecondaryDark → const CGradientColorType

Gradient from secondary color to secondary dark color.

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