material3LightErrorContainer constant

Color const material3LightErrorContainer

Material 3 standard light error container color.

INFO: v0.1.5 of material_color_utilities changed this color. Before version 0.1.5. the color value was: static const Color material3LightErrorContainer = Color(0xFFFFDAD4); In version 0.1.5 and due to a small braking algo change, it is:

Implementation

static const Color material3LightErrorContainer = Color(0xFFFFDAD6);