White class

Material Design white #FFFFFF.

Constructors/opacity:

  • () fully opaque
  • opacity70() 70% opacity
  • opacity60() 60% opacity
  • opacity54() 54% opacity
  • opacity38() 38% opacity
  • opacity30() 30% opacity
  • opacity24() 24% opacity
  • opacity12() 12% opacity
  • opacity10() 10% opacity

See also:

Inheritance

Constructors

White()
Fully opaque.
const
White.opacity10()
10% opacity.
const
White.opacity12()
12% opacity.
const
White.opacity24()
24% opacity.
const
White.opacity30()
30% opacity.
const
White.opacity38()
38% opacity.
const
White.opacity54()
54% opacity.
const
White.opacity60()
60% opacity.
const
White.opacity70()
70% opacity.
const

Properties

color Color
The rgb color.
no setterinherited
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