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