updateShouldNotify method

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

Whether this widget should notify listeners.

Implementation

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