neutralVariantMinChroma property

double? neutralVariantMinChroma
final

The minimum used neutral variant chroma value.

If chroma in provided neutral variant key color is below this value, or if a fixed neutralVariantChroma is provided that is lower than neutralVariantMinChroma, then the neutralVariantMinChroma value is used.

Flutter SDK only uses neutralVariantChroma hard coded to 8, and has no concept of minimum level for neutral variant tonal palettes as its value is always locked to 8.

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

Implementation

final double? neutralVariantMinChroma;