detach abstract method

void detach(
  1. SubFocusState child
)

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);