white54 constant

Color const white54 = const Color(0x8AFFFFFF)

White with 54% opacity.

See also:

  • ExpandIcon, which uses this color for dark themes.
  • Theme.of, which allows you to select colors from the current theme rather than hard-coding colors in your build methods.
  • white, white30, white12, white10, which are variants on this color but with different opacities.

Implementation

static const Color white54 = Color(0x8AFFFFFF)