updateShouldNotify method
doesn't need to update the widget, because it is only needed to hold the state.
Implementation
@override
bool updateShouldNotify(covariant InheritedWidget oldWidget) => false;
doesn't need to update the widget, because it is only needed to hold the state.
@override
bool updateShouldNotify(covariant InheritedWidget oldWidget) => false;