notifyClients abstract method
- covariant ProxyWidget oldWidget
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
@protected
void notifyClients(covariant ProxyWidget oldWidget);