Color black87 = const Color(0xDD000000)

Black with 87% opacity.

This is a good contrasting color for text in light themes.

See also:

  • black, 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.