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