kCupertinoHorizontalFrictionFactor function

double kCupertinoHorizontalFrictionFactor(
  1. double overscrollFraction
)

Implementation

double kCupertinoHorizontalFrictionFactor(double overscrollFraction) =>
    0.52 * math.pow(1 - overscrollFraction, 2);