ColorPickerArea constructor
const
ColorPickerArea(
- HSVColor hsvColor,
- ValueChanged<
HSVColor> onColorChanged, - ColorsType paletteType, {
- Key? key,
Implementation
const ColorPickerArea(
this.hsvColor,
this.onColorChanged,
this.paletteType, {
super.key,
});