- 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) { if (isScrollable) return super.applyCurve(scrollOffset, scrollDelta); return minScrollOffset; }