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