orangeAccent constant
Colour
const orangeAccent
Implementation
static const Colour orangeAccent = Colour(
alpha: 0xFF,
red: 0xFF,
green: 0xAB,
blue: 0x40,
);
static const Colour orangeAccent = Colour(
alpha: 0xFF,
red: 0xFF,
green: 0xAB,
blue: 0x40,
);