findByAncestor method
Implementation
@override
Finder findByAncestor(
Finder of,
Finder matching, {
bool matchRoot = false,
bool firstMatchOnly = false,
}) {
return find.ancestor(
of: of,
matching: matching,
matchRoot: matchRoot,
);
}