FlutterSliderHandlerAnimation constructor

const FlutterSliderHandlerAnimation({
  1. Curve curve = Curves.elasticOut,
  2. Curve? reverseCurve,
  3. Duration duration = const Duration(milliseconds: 700),
  4. double scale = 1.3,
})

Implementation

const FlutterSliderHandlerAnimation({
  this.curve = Curves.elasticOut,
  this.reverseCurve,
  this.duration = const Duration(milliseconds: 700),
  this.scale = 1.3,
});