black constant

Color const black

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

Implementation

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