yellowAccent constant

Colour const yellowAccent

Implementation

static const Colour yellowAccent = Colour(
  alpha: 0xFF,
  red: 0xFF,
  green: 0xEA,
  blue: 0x00,
);