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