errorChroma property

double? errorChroma
final

Cam16 chroma value to use for error colors FlexTonalPalette generation.

If null, the chroma value from the used error seed key color is used, if it is larger than errorMinChroma.

Flutter SDK ColorScheme.fromSeed uses errorChroma from FlexTonalPalette.of(25, 84) as its define 84 value.

If not defined and no error key color is defined, errorChroma defaults to 84, like in Material 3 defaults.

Implementation

final double? errorChroma;