menu
refresh_paging_listview package
documentation
refresh_paging_listview.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);
refresh_paging_listview package
documentation
refresh_paging_listview
RefreshPhysics
frictionFactor method
RefreshPhysics class