findInContentChildDeep method
Implementation
UIElement? findInContentChildDeep(FilterElement filter) =>
_findInContentChildDeepImpl(
_content?.children.toList() ?? <UIElement>[], filter);
UIElement? findInContentChildDeep(FilterElement filter) =>
_findInContentChildDeepImpl(
_content?.children.toList() ?? <UIElement>[], filter);