ColorPickerSlider constructor

const ColorPickerSlider(
  1. TrackType trackType,
  2. HSVColor hsvColor,
  3. ValueChanged<HSVColor> onColorChanged, {
  4. Key? key,
  5. bool displayThumbColor = false,
  6. bool fullThumbColor = false,
})

Implementation

const ColorPickerSlider(
  this.trackType,
  this.hsvColor,
  this.onColorChanged, {
  Key? key,
  this.displayThumbColor = false,
  this.fullThumbColor = false,
}) : super(key: key);