white10 constant

Colour const white10

Implementation

static const Colour white10 = Colour(
  alpha: 0x1A,
  red: 0xFF,
  green: 0xFF,
  blue: 0xFF,
);