amber constant
Colour
const amber
Implementation
static const Colour amber = Colour(
alpha: 0xFF,
red: 0xFF,
green: 0xC1,
blue: 0x07,
);
static const Colour amber = Colour(
alpha: 0xFF,
red: 0xFF,
green: 0xC1,
blue: 0x07,
);