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