updateShouldNotify method
Determine if the dependencies should be updated.
Implementation
@override
bool updateShouldNotify(covariant InheritedWidget oldWidget) =>
onUpdateShouldNotify(oldWidget);
Determine if the dependencies should be updated.
@override
bool updateShouldNotify(covariant InheritedWidget oldWidget) =>
onUpdateShouldNotify(oldWidget);