detach abstract method
Detaches a child focus state from this scope.
Called when a SubFocus widget is disposed or removed from the tree. Removes the child from the scope's managed focus list.
Parameters:
child: The child state to detach
Implementation
void detach(SubFocusState child);