ColorUtility<T extends Attribute> class

Inheritance
Mixed-in types
Annotations

Constructors

ColorUtility(T builder(ColorDto))
const

Properties

amber MaterialColorUtility<T>
no setter
amberAccent MaterialAccentColorUtility<T>
no setter
black SimpleColorUtility<T>
no setter
black12 SimpleColorUtility<T>
no setter
black26 SimpleColorUtility<T>
no setter
black38 SimpleColorUtility<T>
no setter
black45 SimpleColorUtility<T>
no setter
black54 SimpleColorUtility<T>
no setter
black87 SimpleColorUtility<T>
no setter
blue MaterialColorUtility<T>
no setter
blueAccent MaterialAccentColorUtility<T>
no setter
blueGrey MaterialColorUtility<T>
no setter
brown MaterialColorUtility<T>
no setter
builder → T Function(ColorDto)
finalinherited
cyan MaterialColorUtility<T>
no setter
cyanAccent MaterialAccentColorUtility<T>
no setter
deepOrange MaterialColorUtility<T>
no setter
deepOrangeAccent MaterialAccentColorUtility<T>
no setter
deepPurple MaterialColorUtility<T>
no setter
deepPurpleAccent MaterialAccentColorUtility<T>
no setter
green MaterialColorUtility<T>
no setter
greenAccent MaterialAccentColorUtility<T>
no setter
grey MaterialColorUtility<T>
no setter
hashCode int
The hash code for this object.
no setterinherited
indigo MaterialColorUtility<T>
no setter
indigoAccent MaterialAccentColorUtility<T>
no setter
lightBlue MaterialColorUtility<T>
no setter
lightBlueAccent MaterialAccentColorUtility<T>
no setter
lightGreen MaterialColorUtility<T>
no setter
lightGreenAccent MaterialAccentColorUtility<T>
no setter
lime MaterialColorUtility<T>
no setter
limeAccent MaterialAccentColorUtility<T>
no setter
orange MaterialColorUtility<T>
no setter
orangeAccent MaterialAccentColorUtility<T>
no setter
pink MaterialColorUtility<T>
no setter
pinkAccent MaterialAccentColorUtility<T>
no setter
purple MaterialColorUtility<T>
no setter
purpleAccent MaterialAccentColorUtility<T>
no setter
red MaterialColorUtility<T>
no setter
redAccent MaterialAccentColorUtility<T>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teal MaterialColorUtility<T>
no setter
tealAccent MaterialAccentColorUtility<T>
no setter
transparent SimpleColorUtility<T>
no setter
white SimpleColorUtility<T>
no setter
white10 SimpleColorUtility<T>
no setter
white12 SimpleColorUtility<T>
no setter
white24 SimpleColorUtility<T>
no setter
white30 SimpleColorUtility<T>
no setter
white38 SimpleColorUtility<T>
no setter
white54 SimpleColorUtility<T>
no setter
white60 SimpleColorUtility<T>
no setter
white70 SimpleColorUtility<T>
no setter
yellow MaterialColorUtility<T>
no setter
yellowAccent MaterialAccentColorUtility<T>
no setter

Methods

brighten(int percentage) → T
inherited
call(Color color) → T
darken(int percentage) → T
inherited
desaturate(int percentage) → T
inherited
directive(ColorDirective directive) → T
inherited
lighten(int percentage) → T
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ref(ColorToken ref) → T
saturate(int percentage) → T
inherited
shade(int percentage) → T
inherited
tint(int percentage) → T
inherited
toString() String
A string representation of this object.
inherited
withAlpha(int alpha) → T
inherited
withOpacity(double opacity) → T
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited