salmon constant

Color const salmon

A: 255, R: 251, G: 218, B: 213.

Implementation

static const Color salmon = Color.fromARGB(255, 251, 218, 213);