greenAccent constant
Colour
const greenAccent
Implementation
static const Colour greenAccent = Colour(
alpha: 0xFF,
red: 0x69,
green: 0xF0,
blue: 0xAE,
);
static const Colour greenAccent = Colour(
alpha: 0xFF,
red: 0x69,
green: 0xF0,
blue: 0xAE,
);