ColorPickerArea constructor

const ColorPickerArea(
  1. HSVColor hsvColor,
  2. ValueChanged<HSVColor> onColorChanged,
  3. ColorsType paletteType, {
  4. Key? key,
})

Implementation

const ColorPickerArea(
  this.hsvColor,
  this.onColorChanged,
  this.paletteType, {
  super.key,
});