white60 constant

Color const white60

White with 60% opacity.

Used for medium-emphasis text and hint text when ThemeData.brightness is set to Brightness.dark.

See also:

Implementation

static const Color white60 = Color(0x99FFFFFF);