PaginatedSearchController<T, Q> constructor
PaginatedSearchController<T, Q> ({
- required SearchProvider<
T, Q> searchProvider, - int pageSize = defaultPageSize,
- Duration debounceDuration = defaultDebounceDuration,
- Q? initialPageQuery,
- bool debugLoggingEnabled = true,
Implementation
PaginatedSearchController({
required this.searchProvider,
this.pageSize = defaultPageSize,
this.debounceDuration = defaultDebounceDuration,
this.initialPageQuery,
this.debugLoggingEnabled = true,
});