builder property
The function that will be called with the current build context and the current state and must return a widget.
Implementation
final BlocBuilder<FastStoreBlocState> builder;
The function that will be called with the current build context and the current state and must return a widget.
final BlocBuilder<FastStoreBlocState> builder;