thumbColor property

Color get thumbColor

The colour inside the thumb — upstream's tinycolor(hsv).toRgbString(), which drops alpha.

Implementation

Color get thumbColor =>
    HSVColor.fromAHSV(1, color.hue, color.saturation, color.value).toColor();