builder property

BlocBuilder2<S1, S2> builder
final

The function that builds the widget based on the two BlocStates.

Implementation

final BlocBuilder2<S1, S2> builder;