StreamBuilderBase<T, S> constructor

const StreamBuilderBase<T, S>({Key key, Stream<T> stream })

Creates a StreamBuilderBase connected to the specified stream.

Implementation

const StreamBuilderBase({ Key key, this.stream }) : super(key: key);