frictionFactor method

double frictionFactor(
  1. double overscrollFraction
)

Implementation

double frictionFactor(double overscrollFraction) => 0.52 * math.pow(1 - overscrollFraction, 2);