material3LightError constant

Color const material3LightError

Material 3 standard light error color.

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

Implementation

static const Color material3LightError = Color(0xFFBA1A1A);