allCandidates property
override
Returns all of the items that will be considered by this finder.
Implementation
@override
Iterable<Element> get allCandidates {
return collectAllElementsFrom(
WidgetsBinding.instance.rootElement!,
skipOffstage: skipOffstage,
);
}