updateShouldNotify method

  1. @override
bool updateShouldNotify(
  1. covariant InheritedRandomTasks oldWidget
)
override

Whether this widget should notify listeners.

Implementation

@override
bool updateShouldNotify(
  covariant final InheritedRandomTasks oldWidget,
) =>
    pause != oldWidget.pause || resume != oldWidget.resume;