ColourPickerArea constructor

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

Implementation

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