Color white = const Color(0xFFFFFFFF)

Completely opaque white.

This is a good contrasting color for the primaryColor in the dark theme. See brightness.

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.