Color black54 = const Color(0x8A000000)

Black with 54% opacity.

This is a color commonly used for headings 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.