StiloColor class abstract

A class that defines color palette

Constructors

StiloColor()

Properties

hashCode int
The hash code for this object.
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

amber → const MaterialColor
The amber primary color and swatch
black → const Color
Completely opaque black
black10 → const Color
Black with 10% opacity
black20 → const Color
Black with 20% opacity
black30 → const Color
Black with 30% opacity
black40 → const Color
Black with 40% opacity
black50 → const Color
Black with 50% opacity
black60 → const Color
Black with 60% opacity
black70 → const Color
Black with 70% opacity
black80 → const Color
Black with 80% opacity
black90 → const Color
Black with 90% opacity
blue → const MaterialColor
The blue primary color and swatch
blueGrey → const MaterialColor
The blueGrey primary color and swatch
coolGrey → const MaterialColor
The coolGrey primary color and swatch
cyan → const MaterialColor
The cyan primary color and swatch
emerald → const MaterialColor
The emerald primary color and swatch
fuchsia → const MaterialColor
The fuchsia primary color and swatch
green → const MaterialColor
The green primary color and swatch
grey → const MaterialColor
The grey primary color and swatch
indigo → const MaterialColor
The indigo primary color and swatch
lightBlue → const MaterialColor
The lightBlue primary color and swatch
lime → const MaterialColor
The lime primary color and swatch
orange → const MaterialColor
The orange primary color and swatch
pink → const MaterialColor
The pink primary color and swatch
purple → const MaterialColor
The purple primary color and swatch
red → const MaterialColor
The red primary color and swatch
rose → const MaterialColor
The rose primary color and swatch
teal → const MaterialColor
The teal primary color and swatch
transparent → const Color
Completely invisible
trueGrey → const MaterialColor
The trueGrey primary color and swatch
violet → const MaterialColor
The violet primary color and swatch
warmGrey → const MaterialColor
The warmGrey primary color and swatch
white → const Color
Completely opaque white
white10 → const Color
White with 10% opacity
white20 → const Color
White with 20% opacity
white30 → const Color
White with 30% opacity
white40 → const Color
White with 40% opacity
white50 → const Color
White with 50% opacity
white60 → const Color
White with 60% opacity
white70 → const Color
White with 70% opacity
white80 → const Color
White with 80% opacity
white90 → const Color
White with 90% opacity
yellow → const MaterialColor
The yellow primary color and swatch