white constant

Color const white

Opaque white color. Used for backgrounds and fonts against dark backgrounds.

This is SystemWhiteColor in the iOS palette.

See also:

Implementation

static const Color white = Color(0xFFFFFFFF);