SealedBlocWidgetBuilder8<S extends Union8<A, B, C, D, E, F, G, H>, A, B, C, D, E, F, G, H> typedef

SealedBlocWidgetBuilder8<S extends Union8<A, B, C, D, E, F, G, H>, A, B, C, D, E, F, G, H> = Widget Function(BuildContext context, WidgetSealedJoin8<A, B, C, D, E, F, G, H> )

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

Implementation

typedef SealedBlocWidgetBuilder8<S extends Union8<A, B, C, D, E, F, G, H>, A, B,
        C, D, E, F, G, H>
    = Widget Function(
  BuildContext context,
  WidgetSealedJoin8<A, B, C, D, E, F, G, H>,
);