menu
feed package
documentation
feeds/compact_feed.dart
PagedCompactListLoader<T> typedef
PagedCompactListLoader<T> typedef
dark_mode
light_mode
PagedCompactListLoader<
T
>
typedef
PagedCompactListLoader
<
T
> =
Future
<
List
<
T
>
>
Function
(
int
size
)
Implementation
typedef PagedCompactListLoader<T> = Future<List<T>> Function(int size);
feed package
documentation
feeds/compact_feed
PagedCompactListLoader<T> typedef
compact_feed library