notifyClients abstract method

  1. @protected
void notifyClients(
  1. 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);