Color white30 = const Color(0x4DFFFFFF)

White with 32% opacity.

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

See also:

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