colorsets property

Map<int, Color> colorsets
final

The colorsets which give the color value for its thresholds key value.

Be aware that first Color is the maximum value if ColorMode is ColorMode.opacity. Also colorsets must have at least one color.

Implementation

final Map<int, Color> colorsets;