updateShouldNotify method

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

Determine if the dependencies should be updated.

Implementation

@override
bool updateShouldNotify(covariant InheritedWidget oldWidget) =>
    onUpdateShouldNotify(oldWidget);