ChartColorPalette constructor
Implementation
const ChartColorPalette({
super.key,
required this.value,
required this.onChanged,
required this.keyPrefix,
this.allowClear = true,
this.presetOpacity = 1,
this.customColorFallback,
}) : assert(presetOpacity >= 0 && presetOpacity <= 1);