white10 constant

Color const white10 = const Color(0x1AFFFFFF)

White with 10% opacity.

See also:

  • white, white70, white30, white12, which are variants on this color but with different opacities.
  • transparent, a fully-transparent color, not far from this one.

Implementation

static const Color white10 = Color(0x1AFFFFFF)