onCreateBloc property

BLOC Function(BuildContext)? onCreateBloc
final

Wraps the widget with a BlocProvider with the given BLOC when this is not null

Implementation

final BLOC Function(BuildContext)? onCreateBloc;