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