CustomSliderWidths constructor

CustomSliderWidths({
  1. double? trackWidth,
  2. double? progressBarWidth,
  3. double? handlerSize,
  4. double? shadowWidth,
})

Implementation

CustomSliderWidths(
    {this.trackWidth,
    this.progressBarWidth,
    this.handlerSize,
    this.shadowWidth});