orange constant

Color const orange

A: 255, R: 255, G: 98, B: 61.

Implementation

static const Color orange = Color.fromARGB(255, 255, 98, 61);