MakeHandler constructor

const MakeHandler({
  1. Key? key,
  2. GlobalKey<State<StatefulWidget>>? id,
  3. FlutterSliderHandler? handlerData,
  4. bool? visibleTouchArea,
  5. double? width,
  6. double? height,
  7. Animation? animation,
  8. bool rtl = false,
  9. bool rangeSlider = false,
  10. Axis? axis,
  11. int? handlerIndex,
  12. double? touchSize,
})

Implementation

const MakeHandler(
    {Key? key, this.id, this.handlerData, this.visibleTouchArea, this.width, this.height, this.animation, this.rtl = false, this.rangeSlider = false, this.axis, this.handlerIndex, this.touchSize})
    : super(key: key);