white70 constant

Color const white70 = const Color(0xB3FFFFFF)

White with 70% opacity.

This is a color commonly used for headings in dark themes.

See also:

  • Typography.white, which uses this color for its text styles.
  • Theme.of, which allows you to select colors from the current theme rather than hard-coding colors in your build methods.
  • white, white30, white12, white10, which are variants on this color but with different opacities.

Implementation

static const Color white70 = Color(0xB3FFFFFF)