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