red50 top-level constant

Color const red50

Red 50

#ffebee; rgb(255, 235, 238);

Implementation

const Color red50 = const Color(255, 235, 238);