Black class

Material Design black #000000.

Constructors/opacity:

  • () fully opaque
  • opacity87() 87% opacity
  • opacity54() 54% opacity
  • opacity45() 45% opacity
  • opacity38() 38% opacity
  • opacity26() 26% opacity
  • opacity12() 12% opacity

See also:

Inheritance

Constructors

Black()
Fully opaque.
const
Black.opacity12()
12% opacity.
const
Black.opacity26()
26% opacity.
const
Black.opacity38()
38% opacity.
const
Black.opacity45()
45% opacity.
const
Black.opacity54()
54% opacity.
const
Black.opacity87()
87% 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