StreamBuilderBase<T, S> constructor
Creates a StreamBuilderBase connected to the specified stream
.
Implementation
const StreamBuilderBase({super.key, required this.stream});
Creates a StreamBuilderBase connected to the specified stream
.
const StreamBuilderBase({super.key, required this.stream});