white24 constant

Color const white24 = const Color(0x3DFFFFFF)

White with 24% opacity.

Used for the splash color for filled buttons.

See also:

  • white, white70, white30, white10, which are variants on this color but with different opacities.

Implementation

static const Color white24 = Color(0x3DFFFFFF)