BlocHubProvider constructor
Creates a BlocHubProvider that injects blocHub into the widget tree.
Implementation
const BlocHubProvider({
Key? key,
required this.blocHub,
required Widget child,
}) : super(key: key, child: child);
Creates a BlocHubProvider that injects blocHub into the widget tree.
const BlocHubProvider({
Key? key,
required this.blocHub,
required Widget child,
}) : super(key: key, child: child);