white constant

Color const white

Completely opaque white.

This is a good contrasting color for the ThemeData.primaryColor in the dark theme. See ThemeData.brightness.

See also:

Implementation

static const Color white = Color(0xFFFFFFFF);