white constant
Color
const white
A: 255, R: 255, G: 255, B: 255.
Implementation
static const Color white = Color.fromARGB(255, 255, 255, 255);
A: 255, R: 255, G: 255, B: 255.
static const Color white = Color.fromARGB(255, 255, 255, 255);