getUIComponentByChild method
Implementation
UIComponent? getUIComponentByChild(
UIElement? child, {
bool includePurgedEntries = false,
}) {
return _uiComponentsTree?.getParentValue(
child,
includePurgedEntries: includePurgedEntries,
);
}