BlocEventChannelDebuggerProvider constructor
const
BlocEventChannelDebuggerProvider({
- required Widget child,
- Key? key,
- BlocEventChannelDebugger create(
- BuildContext,
- BlocEventChannel? parentChannel
create creates the instance of the BlocEventChannelDebugger to be
provided.
Implementation
const BlocEventChannelDebuggerProvider({
required this.child,
super.key,
this.create,
});