CarpenterColorPicker constructor
const
CarpenterColorPicker({})
Implementation
const CarpenterColorPicker({
required this.value,
required this.onChanged,
this.enabled = true,
this.paletteHeight = 160,
super.key,
});