removeChild abstract method

void removeChild(
  1. FocusNode child
)

Remove a child node from the hierarchy. The child knows its own parent, so no parent parameter is needed.

Implementation

void removeChild(FocusNode child);