builder property

BlocBuilder<FastStoreBlocState> builder
final

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;