black constant

Color const black

Completely opaque black.

See also:

  • black87, black54, black45, black38, black26, black12, which are variants on this color but with different opacities.
  • white, a solid white color.
  • transparent, a fully-transparent color.

Implementation

static const Color black = Color(0xFF000000);