black constant Null safety

Color const black

Color for light grey backgrounds.

Implementation

static const Color black = const Color.fromARGB(255, 23, 23, 23);