FCCGradientStyle enum

Inheritance
Available extensions

Values

blueGlass → const FCCGradientStyle
greenGlass → const FCCGradientStyle
redGlass → const FCCGradientStyle
darkGlass → const FCCGradientStyle
softWhite → const FCCGradientStyle
amberGlow → const FCCGradientStyle
oceanWave → const FCCGradientStyle
royalPurple → const FCCGradientStyle
carbonSteel → const FCCGradientStyle
freshMint → const FCCGradientStyle
mintLeaf → const FCCGradientStyle
elegantGold → const FCCGradientStyle
goldenSunset → const FCCGradientStyle
sunsetGold → const FCCGradientStyle
sunrisePeach → const FCCGradientStyle
emeraldMist → const FCCGradientStyle
twilightRose → const FCCGradientStyle
arcticBlue → const FCCGradientStyle
steelBlue → const FCCGradientStyle
midnightPlum → const FCCGradientStyle
desertSand → const FCCGradientStyle
lavenderMist → const FCCGradientStyle
blushPeach → const FCCGradientStyle
deepSea → const FCCGradientStyle
frostedMint → const FCCGradientStyle
obsidianBlack → const FCCGradientStyle
velvetWine → const FCCGradientStyle

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
label String

Available on FCCGradientStyle, provided by the FCCGradientStyleExtension extension

no setter
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

getTextColor(BuildContext context) Color

Available on FCCGradientStyle, provided by the FCCGradientStyleExtension extension

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