errorMinChroma property

double? errorMinChroma
final

The minimum used error chroma value.

If chroma in provided error key color is below this value, or if a fixed errorChroma is provided that is lower than errorMinChroma then the errorMinChroma value is used.

Flutter SDK only uses errorChroma hard coded to 84, and has no concept of minimum level for error tonal palettes as its value is always locked to 84.

If not defined defaults to 0, and chroma in errorChroma is used.

Implementation

final double? errorMinChroma;