black constant

Color const black = const Color(0xFF000000)

Completely opaque black.

See also:

Implementation

static const Color black = Color(0xFF000000)