menu
flutter_common_yy_ui package
documentation
widgets/refresh/internals/refresh_physics.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);
flutter_common_yy_ui package
documentation
widgets/refresh/internals/refresh_physics
RefreshPhysics
frictionFactor method
RefreshPhysics class