StreamProvider<T> constructor

StreamProvider<T>(
  1. Stream<T> _build()
)

Creates a StreamProvider with the given _build function.

Implementation

StreamProvider(this._build);