updateShouldNotify abstract method

bool updateShouldNotify(
  1. covariant InheritedWidget oldWidget
)

Whether dependents should rebuild when this widget updates.

Implementation

bool updateShouldNotify(covariant InheritedWidget oldWidget);