white12 constant

Color const white12 = const Color(0x1FFFFFFF)

White with 12% opacity.

Used for the background of disabled raised buttons in dark themes.

See also:

  • white, white70, white30, white10, which are variants on this color but with different opacities.

Implementation

static const Color white12 = Color(0x1FFFFFFF)