FrictionFactor typedef

FrictionFactor = double Function(double overscrollFraction)

The multiple applied to overscroll to make it appear that scrolling past the edge of the scrollable contents is harder than scrolling the list. This is done by reducing the ratio of the scroll effect output vs the scroll gesture input.

Implementation

typedef FrictionFactor = double Function(double overscrollFraction);