ColourPickerSlider constructor

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

Implementation

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