AreaColorPicker constructor
const
AreaColorPicker({
- Key? key,
- required Color pickerColor,
- required ValueChanged<
Color> onColorChanged, - HSVColor? pickerHsvColor,
- ValueChanged<
HSVColor> ? onHsvColorChanged, - ColorsType paletteType = ColorsType.hsvWithHue,
- bool displayThumbColor = false,
- bool portraitOnly = false,
Implementation
const AreaColorPicker({
super.key,
required this.pickerColor,
required this.onColorChanged,
this.pickerHsvColor,
this.onHsvColorChanged,
this.paletteType = ColorsType.hsvWithHue,
this.displayThumbColor = false,
this.portraitOnly = false,
});