builder abstract method

Widget builder(
  1. BuildContext context,
  2. BLOC bloc,
  3. STATE state
)

Builder function for the builder function of the BlocConsumer

Implementation

Widget builder(BuildContext context, BLOC bloc, STATE state);