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