grey100 top-level constant

Color const grey100

Grey 100

#f5f5f5; rgb(245, 245, 245);

Implementation

const Color grey100 = const Color(245, 245, 245);