builder property
StoreWidgetBuilder<B, S>
builder
finalinherited
The builder function which will be invoked on each widget build.
The builder takes the BuildContext and current state and
must return a widget.
This is analogous to the builder function in StreamBuilder.
Implementation
final StoreWidgetBuilder<B, S> builder;