updateShouldNotify abstract method

bool updateShouldNotify(
  1. covariant InheritedWidget oldWidget
)

Whether the framework should notify widgets that inherit from this widget.

Implementation

bool updateShouldNotify(covariant InheritedWidget oldWidget);