updateShouldNotify method
Determines whether the widget should notify dependents when updated.
Implementation
@override
bool updateShouldNotify(covariant InheritedWidget oldWidget) =>
this != oldWidget;
Determines whether the widget should notify dependents when updated.
@override
bool updateShouldNotify(covariant InheritedWidget oldWidget) =>
this != oldWidget;