pink constant

Color const pink

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

Implementation

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