white24 constant

Colour const white24

Implementation

static const Colour white24 = Colour(
  alpha: 0x3D,
  red: 0xFF,
  green: 0xFF,
  blue: 0xFF,
);