black constant

Color const black

Opaque black color. Used for texts against light backgrounds.

This is SystemBlackColor in the iOS palette.

See also:

Implementation

static const Color black = Color(0xFF000000);