backgroundBlue constant

Color const backgroundBlue

A: 255, R: 217, G: 209, B: 227.

Implementation

static const Color backgroundBlue = Color.fromARGB(255, 217, 209, 227);