white38 constant

Colour const white38

Implementation

static const Colour white38 = Colour(
  alpha: 0x62,
  red: 0xFF,
  green: 0xFF,
  blue: 0xFF,
);