Friction factor used by material.
double kMaterialFrictionFactor(double overscrollFraction) => 0.435 * math.pow(1 - overscrollFraction, 2);