GetPreviousPageParam<T, PageParam> typedef
GetPreviousPageParam<T, PageParam> =
PageParam? Function(T firstPage, List<T> allPages)
Function signature for determining the previous page parameter
Implementation
typedef GetPreviousPageParam<T, PageParam> =
PageParam? Function(T firstPage, List<T> allPages);