builder property

BlocWidgetBuilder<Data<V>> 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 BlocWidgetBuilder<S> builder;