cyan constant

Colour const cyan

Implementation

static const Colour cyan = Colour(
  alpha: 0xFF,
  red: 0x00,
  green: 0xBC,
  blue: 0xD4,
);