first property

  1. @override
Finder first
override

Returns a variant of this finder that only matches the first item found by this finder.

Implementation

@override
Finder get first => _FirstWidgetFinder(this);