neutralChroma property

double? neutralChroma
final

Cam16 chroma value to use for neutral colors FlexTonalPalette generation.

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

Flutter SDK ColorScheme.fromSeed uses neutralChroma hard coded and locked to 4.

If not defined, defaults to 4.

Implementation

final double? neutralChroma;