white70 constant

Colour const white70

Implementation

static const Colour white70 = Colour(
  alpha: 0xB3,
  red: 0xFF,
  green: 0xFF,
  blue: 0xFF,
);