PumaSlider constructor

const PumaSlider(
  1. double value, {
  2. String labelPrefix = "",
  3. String labelSuffix = "",
  4. void onChanged(
    1. double
    )?,
  5. Color? color,
  6. bool displayValue = false,
  7. Color? valueColor,
  8. bool showThumb = false,
  9. double min = 0,
  10. double max = 1,
  11. int? divisions,
  12. bool disabled = false,
  13. int valueMultiplier = 1,
})

Implementation

const PumaSlider(
  this.value, {
  this.labelPrefix = "",
  this.labelSuffix = "",
  this.onChanged,
  this.color,
  this.displayValue = false,
  this.valueColor,
  this.showThumb = false,
  this.min = 0,
  this.max = 1,
  this.divisions,
  this.disabled = false,
  this.valueMultiplier = 1,
});