performRebuild method
Rebuilds this element's subtree from its current widget configuration.
Implementation
@override
void performRebuild() {
final proxy = widget as ProxyWidget;
_updateChild(proxy.child);
}
Rebuilds this element's subtree from its current widget configuration.
@override
void performRebuild() {
final proxy = widget as ProxyWidget;
_updateChild(proxy.child);
}