lightGreenAccent constant
Colour
const lightGreenAccent
Implementation
static const Colour lightGreenAccent = Colour(
alpha: 0xFF,
red: 0xB2,
green: 0xFF,
blue: 0x59,
);
static const Colour lightGreenAccent = Colour(
alpha: 0xFF,
red: 0xB2,
green: 0xFF,
blue: 0x59,
);