grey constant

Colour const grey

Implementation

static const Colour grey = Colour(
  alpha: 0xFF,
  red: 0x9E,
  green: 0x9E,
  blue: 0x9E,
);