yellow constant

Colour const yellow

Implementation

static const Colour yellow = Colour(
  alpha: 0xFF,
  red: 0xFF,
  green: 0xEB,
  blue: 0x3B,
);