ForcedAsyncPodListBuilder<T extends Object> constructor
const
ForcedAsyncPodListBuilder<T extends Object> ({
- Key? key,
- required Iterable<
Resolvable< podList,ValueListenable< >T> > - required TOnOptionListBuilder<
T, PodListBuilderSnapshot< builder,T> > - void onDispose(
- Iterable<
ValueListenable< podListT> >
- Iterable<
- Duration? debounceDuration,
- Duration? cacheDuration = Duration.zero,
- Widget? child,
Implementation
const ForcedAsyncPodListBuilder({
super.key,
required this.podList,
required this.builder,
this.onDispose,
this.debounceDuration,
this.cacheDuration = Duration.zero,
this.child,
});