kCupertinoFrictionFactor function

double kCupertinoFrictionFactor(
  1. double overscrollFraction
)

Implementation

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