menu
pull_to_refresh_flutter3 package
documentation
pull_to_refresh_flutter3.dart
RefreshPhysics
frictionFactor method
frictionFactor method
dark_mode
light_mode
frictionFactor
method
double
frictionFactor
(
double
overscrollFraction
)
Implementation
double frictionFactor(double overscrollFraction) => 0.52 * math.pow(1 - overscrollFraction, 2);
pull_to_refresh_flutter3 package
documentation
pull_to_refresh_flutter3
RefreshPhysics
frictionFactor method
RefreshPhysics class