green constant

Color const green

A: 255, R: 79, G: 180, B: 6.

Implementation

static const Color green = Color.fromARGB(255, 79, 180, 6);