updateShouldNotify abstract method

bool updateShouldNotify(
  1. covariant InheritedWidget oldWidget
)

Whether ReassemblableNode.reassemble should be called on dependent nodes after this widget is updated.

Implementation

bool updateShouldNotify(covariant final InheritedWidget oldWidget);