ColourPickerLabel constructor
const
ColourPickerLabel(})
Implementation
const ColourPickerLabel(
this.hsvColor, {
super.key,
this.enableAlpha = true,
this.colorLabelTypes = const [ColorLabelType.rgb, ColorLabelType.hsv, ColorLabelType.hsl],
this.textStyle,
}) : assert(colorLabelTypes.length > 0);