menu
riverpod_pagination package
documentation
widgets/paginated_list_view.dart
PaginatedListView<T, S extends PaginatedState<T>>
scrollThreshold property
scrollThreshold property
dark_mode
light_mode
scrollThreshold
property
double
scrollThreshold
final
Threshold percentage to trigger loading more (0.0 - 1.0)
Implementation
final double scrollThreshold;
riverpod_pagination package
documentation
widgets/paginated_list_view
PaginatedListView<T, S extends PaginatedState<T>>
scrollThreshold property
PaginatedListView class