findsOneWidget = const _FindsWidgetMatcher(1, 1)

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

Example:

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