red constant
Color
const red
A: 255, R: 244, G: 54, B: 93.
Implementation
static const Color red = Color.fromARGB(255, 244, 54, 93);
A: 255, R: 244, G: 54, B: 93.
static const Color red = Color.fromARGB(255, 244, 54, 93);