PersistentStreamBuilder<T> constructor
const
PersistentStreamBuilder<T> ({
- Key? key,
- required PersistentStream<
T> stream, - required Widget builder(
- BuildContext context,
- Map<
String, T> ? latestValue, - AsyncSnapshot snapshot
Implementation
const PersistentStreamBuilder({
super.key,
required this.stream,
required this.builder,
});