backgroundRed constant

Color const backgroundRed

A: 255, R: 250, G: 211, B: 219.

Implementation

static const Color backgroundRed = Color.fromARGB(255, 250, 211, 219);