onCreateBloc property
Wraps the widget with a BlocProvider with the given BLOC when this is not null
Implementation
final BLOC Function(BuildContext)? onCreateBloc;
Wraps the widget with a BlocProvider with the given BLOC when this is not null
final BLOC Function(BuildContext)? onCreateBloc;