builder property

BlocBuilder3<S1, S2, S3> builder
final

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

Implementation

final BlocBuilder3<S1, S2, S3> builder;