notifyDependent method
Called by inherited when it changes; schedules this element to rebuild.
Implementation
void notifyDependent(InheritedElement inherited, Object? aspect) {
owner.scheduleBuild(this);
}
Called by inherited when it changes; schedules this element to rebuild.
void notifyDependent(InheritedElement inherited, Object? aspect) {
owner.scheduleBuild(this);
}