tertiaryHueRotation property

double? tertiaryHueRotation
final

The number of degrees to rotate Hue to use to get hue from primary color's Hue, used as base with rotated amount of degrees provided.

This is only used when tertiary ARGB key color is null and we have no specified Hue input for tertiary key color.

When used and if not defined, defaults to 60 degrees.

Implementation

final double? tertiaryHueRotation;