- override
Returns the scroll offset to use when the user attempts to scroll from the given offset by the given delta.
Source
@override double applyCurve(double scrollOffset, double scrollDelta) { return (scrollOffset + scrollDelta).clamp(minScrollOffset, maxScrollOffset); }