updateShouldNotify method

bool updateShouldNotify(
  1. covariant InheritedWidget oldWidget
)

Determine if the dependencies should be updated.

Implementation

bool updateShouldNotify(covariant InheritedWidget oldWidget) => true;