notifyClients method
- @override
override
Notify other objects that the widget associated with this element has changed.
Called during update (via updated) after changing the widget associated with this element but before rebuilding this element.
Implementation
@override
void notifyClients(ParentDataWidget<T> oldWidget) {
_applyParentData(widget);
}