black constant
Opaque black color. Used for texts against light backgrounds.
This is SystemBlackColor in the iOS palette.
See also:
- material.Colors.black, the same color, in the Material Design palette.
- white, opaque white in the CupertinoColors palette.
Implementation
static const Color black = Color(0xFF000000);