primaryMinChroma property

double? primaryMinChroma
final

The minimum used chroma value.

If chroma in provided primary key color is below this value, or if a fixed primaryChroma is provided that is lower than primaryMinChroma then the primaryMinChroma value is used.

Flutter SDK uses 48 via a hard coded value and design.

If not defined, defaults to 48.

Implementation

final double? primaryMinChroma;