offWhite constant

Color const offWhite

A: 255, R: 237, G: 237, B: 237,

Implementation

static const Color offWhite = Color.fromARGB(255, 237, 237, 237);