findsNothing = const _FindsWidgetMatcher(null, 0)

Asserts that the Finder matches no widgets in the widget tree.

Example:

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