Color black26 = const Color(0x42000000)

Black with 26% opacity.

Used for disabled radio buttons and the text of disabled flat buttons in light themes.

See also:

  • disabledColor, which uses this color by default in light themes.
  • of, which allows you to select colors from the current theme rather than hard-coding colors in your build methods.