updateShouldNotify method

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

Whether this widget should notify listeners.

Implementation

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