menu
flutter_chat_list package
documentation
chat_list.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_chat_list package
documentation
chat_list
RefreshPhysics
frictionFactor method
RefreshPhysics class