SealedBlocWidgetBuilder9<S extends Union9<A, B, C, D, E, F, G, H, I>, A, B, C, D, E, F, G, H, I> typedef

SealedBlocWidgetBuilder9<S extends Union9<A, B, C, D, E, F, G, H, I>, A, B, C, D, E, F, G, H, I> = Widget Function(BuildContext context, WidgetSealedJoin9<A, B, C, D, E, F, G, H, I> )

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 SealedBlocWidgetBuilder9<S extends Union9<A, B, C, D, E, F, G, H, I>, A,
        B, C, D, E, F, G, H, I>
    = Widget Function(
  BuildContext context,
  WidgetSealedJoin9<A, B, C, D, E, F, G, H, I>,
);