double kCupertinoFrictionFactor(double overscrollFraction) => 0.25 * math.pow(1 - overscrollFraction, 2);