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;
Returns the scroll offset to use when the user attempts to scroll from the given offset by the given delta.
T applyCurve(T scrollOffset, T scrollDelta) => scrollOffset;