Horizontal friction factor used by bezier curves.
double kBezierHorizontalFrictionFactor(double overscrollFraction) => 1.0 * math.pow(1 - overscrollFraction, 2);