PagedBuilder<PageKeyType, ItemType> typedef

PagedBuilder<PageKeyType, ItemType> = Widget Function(PagingController<PageKeyType, ItemType> controller, PagedChildBuilderDelegate<ItemType> builder)

Implementation

typedef PagedBuilder<PageKeyType, ItemType> = Widget Function(
    PagingController<PageKeyType, ItemType> controller,
    PagedChildBuilderDelegate<ItemType> builder);