T applyCurve(T scrollOffset, T scrollDelta)

Returns the scroll offset to use when the user attempts to scroll from the given offset by the given delta.

Source

T applyCurve(T scrollOffset, T scrollDelta) => scrollOffset;