Color white70 = const Color(0xB3FFFFFF)

White with 70% opacity.

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

See also:

  • white, which uses this color for its text styles.
  • of, which allows you to select colors from the current theme rather than hard-coding colors in your build methods.