create property

T Function(BuildContext, BlocEventChannel?) create
final

The function to create the instance of the bloc to be provided.

Implementation

final T Function(BuildContext, BlocEventChannel?) create;