PodBuilder<T> constructor
const
PodBuilder<T> ({
- Key? key,
- required TFutureListenable<
T> pod, - required TOnValueBuilder<
T?, PodBuilderSnapshot< builder,T> > - Widget? child,
- void onDispose(
- ValueListenable<
T> pod
- ValueListenable<
Implementation
const PodBuilder({
super.key,
required this.pod,
required this.builder,
this.child,
this.onDispose,
});