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