BlocProvider<T extends BlocBase> constructor
Null safety
- Create<
T, ProviderReference> _create, - {String? name}
Creates a Bloc and subscribes to it.
Implementation
BlocProvider(this._create, {String? name}) : super(name);