StreamBuilder<T> constructor
const
StreamBuilder<T> (
- AsyncWidgetBuilder<
T> builder, { - Stream<
T> ? stream, - T? initialData,
- String? key,
- Ref? ref,
Creates a new instance of StreamBuilder.
Implementation
const StreamBuilder(
this.builder, {
this.stream,
this.initialData,
super.key,
super.ref,
});