greyDark constant

Color const greyDark

A: 255, R: 144, G: 144, B: 144.

Implementation

static const Color greyDark = Color.fromARGB(255, 144, 144, 144);