updateShouldNotify abstract method

bool updateShouldNotify(
  1. covariant InheritedWidget oldWidget
)

Whether the widgets that depend on this widget should be rebuilt when oldWidget is replaced by this widget.

Implementation

bool updateShouldNotify(covariant InheritedWidget oldWidget);