NiceColorPicker constructor
Implementation
const NiceColorPicker({
super.key,
required this.value,
required this.onChanged,
this.label,
this.showHex = true,
this.showAlpha = false,
this.presets,
this.enabled = true,
this.size = 200.0,
});