updateShouldNotify method

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

Determines whether the widget should notify dependents when updated.

Implementation

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