changedScope method Null safety
- {FocusNode? node,
- FocusScopeNode? oldScope}
mustCallSuper">@mustCallSuper
This is called whenever the given node
is re-parented into a new scope,
so that the policy has a chance to update or invalidate any cached data
that it maintains per scope about the node.
The oldScope
is the previous scope that this node belonged to, if any.
The default implementation does nothing.
Implementation
@mustCallSuper
void changedScope({FocusNode? node, FocusScopeNode? oldScope}) {}