doesDependOnInheritedElement method
- InheritedElement ancestor
Returns true
if dependOnInheritedElement was previously called with ancestor
.
Implementation
@protected
bool doesDependOnInheritedElement(InheritedElement ancestor) =>
_dependencies != null && _dependencies!.contains(ancestor);