secondaryMinChroma property

double? secondaryMinChroma
final

The minimum used chroma value.

If chroma in provided secondary key color is below this value, or if a fixed secondaryChroma is provided that is lower than secondaryMinChroma then the secondaryMinChroma value is used.

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

If not defined, defaults to 16.

Implementation

final double? secondaryMinChroma;