builder property

SealedBlocWidgetBuilder8<State, A, B, C, D, E, F, G, H> builder
final

builder will be called with a BuildContext and the union of all Bloc states and must return a Widget for each possible state.

Implementation

final SealedBlocWidgetBuilder8<State, A, B, C, D, E, F, G, H> builder;