findsWidgets = const _FindsWidgetMatcher(1, null)

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

Example:

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