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