SealedBlocWidgetBuilder7<S extends Union7<A, B, C, D, E, F, G>, A, B, C, D, E, F, G> typedef

SealedBlocWidgetBuilder7<S extends Union7<A, B, C, D, E, F, G>, A, B, C, D, E, F, G> = Widget Function(BuildContext context, WidgetSealedJoin7<A, B, C, D, E, F, G> )

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 SealedBlocWidgetBuilder7<S extends Union7<A, B, C, D, E, F, G>, A, B, C,
        D, E, F, G>
    = Widget Function(
  BuildContext context,
  WidgetSealedJoin7<A, B, C, D, E, F, G>,
);