ColourPickerSlider constructor

const ColourPickerSlider(
  1. TrackType trackType,
  2. HSVColor hsvColor,
  3. ValueChanged<HSVColor> 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});