Expose dispatchDependencyChanged in InheritedWidget (#3580)
Some inherited widgets want to call this function direction, for example to notify children when a mutable model object changes. Exposing this function to subclasses of InheritedWidget is clear then forcing them to compute updateShouldNotify for mutable model objects.
Showing
Please register or sign in to comment