BlocCreator<BlocType extends Bloc> typedef

BlocCreator<BlocType extends Bloc> = BlocType Function(BuildContext context, BlocCreatorBag bag)

Implementation

typedef BlocCreator<BlocType extends Bloc> = BlocType Function(
    BuildContext context, BlocCreatorBag bag);