neutralColor constant

Color const neutralColor

This color is represented by the hexadecimal value #808080.

Implementation

static const Color neutralColor = Color(0xFF808080);