sideScrollCurve property

Curve sideScrollCurve
final

The curve to use in the scrolling animation that occurs when the slider is expanded and the value changes in such a way that would cause the slider thumb to exit the viewport, but not by travelling as many pixels as 0.875 times the width of the viewport.

Defaults to Curves.fastOutSlowIn.

Implementation

final Curve sideScrollCurve;