findsComponents top-level constant

Matcher const findsComponents

Asserts that the Finder locates at least one component in the component tree.

Sample code

expect(find.text('Save'), findsComponents);

See also:

Implementation

const Matcher findsComponents = _FindsComponentMatcher(1, null);