updateShouldNotify method
Whether this widget should notify listeners.
Implementation
@override
bool updateShouldNotify(covariant final InheritedTicking oldWidget) =>
pause != oldWidget.pause || resume != oldWidget.resume;
Whether this widget should notify listeners.
@override
bool updateShouldNotify(covariant final InheritedTicking oldWidget) =>
pause != oldWidget.pause || resume != oldWidget.resume;