SealedBlocWidgetBuilder1<S extends Union0<A>, A> typedef

SealedBlocWidgetBuilder1<S extends Union0<A>, A> = Widget Function(BuildContext context, WidgetSealedJoin1<A> )

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 SealedBlocWidgetBuilder1<S extends Union0<A>, A> = Widget Function(
  BuildContext context,
  WidgetSealedJoin1<A>,
);