deepOrange constant
Colour
const deepOrange
Implementation
static const Colour deepOrange = Colour(
alpha: 0xFF,
red: 0xFF,
green: 0x57,
blue: 0x22,
);
static const Colour deepOrange = Colour(
alpha: 0xFF,
red: 0xFF,
green: 0x57,
blue: 0x22,
);