menu
paginate package
documentation
controller.dart
OnFetchCallback<T> typedef
OnFetchCallback<T> typedef
dark_mode
light_mode
OnFetchCallback<
T
>
typedef
OnFetchCallback
<
T
> =
Future
<
Iterable
<
T
>
>
Function
(
int
current
,
int
limit
)
Implementation
typedef OnFetchCallback<T> = Future<Iterable<T>> Function( int current, int limit, );
paginate package
documentation
controller
OnFetchCallback<T> typedef
controller library