CircularSliderAppearance constructor

const CircularSliderAppearance({
  1. CustomSliderWidths? customWidths,
  2. CustomSliderColors? customColors,
  3. double size = _defaultSize,
  4. double startAngle = _defaultStartAngle,
  5. double angleRange = _defaultAngleRange,
  6. InfoProperties? infoProperties,
  7. bool animationEnabled = true,
  8. bool counterClockwise = false,
  9. bool spinnerMode = false,
  10. int spinnerDuration = 1500,
  11. double animDurationMultiplier = 1.0,
})

Implementation

const CircularSliderAppearance(
    {this.customWidths,
    this.customColors,
    this.size = _defaultSize,
    this.startAngle = _defaultStartAngle,
    this.angleRange = _defaultAngleRange,
    this.infoProperties,
    this.animationEnabled = true,
    this.counterClockwise = false,
    this.spinnerMode = false,
    this.spinnerDuration = 1500,
    this.animDurationMultiplier = 1.0});