InheritedProvider<T extends Listenable> constructor
const
InheritedProvider<T extends Listenable> ({})
Implementation
const InheritedProvider({
Key? key,
required super.notifier,
required Widget child,
}) : super(key: key, child: child);