white30 constant

Colour const white30

Implementation

static const Colour white30 = Colour(
  alpha: 0x4D,
  red: 0xFF,
  green: 0xFF,
  blue: 0xFF,
);