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,
  7. bool small = true,
})

Implementation

const ColorPickerSlider(
  this.trackType,
  this.hsvColor,
  this.onColorChanged, {
  super.key,
  this.displayThumbColor = false,
  this.fullThumbColor = false,
  this.small = true,
});