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