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