neutralMinChroma property

double? neutralMinChroma
final

The minimum used neutral chroma value.

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

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

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

Implementation

final double? neutralMinChroma;