create property
The function to create the instance of the bloc to be provided.
Implementation
final T Function(BuildContext, BlocEventChannel?) create;
The function to create the instance of the bloc to be provided.
final T Function(BuildContext, BlocEventChannel?) create;