grey top-level constant

Color const grey

Grey 500

#9e9e9e; rgb(158, 158, 158);

Implementation

const Color grey = const Color(158, 158, 158);