计算摩擦系数
参数:
overscrollFraction
double frictionFactor(double overscrollFraction) => 0.52 * math.pow(1 - overscrollFraction, 2);