InheritedNotifier<T extends Listenable> constructor
Create an inherited widget that updates its dependents when notifier
sends notifications.
Implementation
const InheritedNotifier({super.key, this.notifier, required super.child});