first property
override
Returns a variant of this finder that only matches the first item found by this finder.
Implementation
@override
Finder get first => _FirstWidgetFinder(this);
Returns a variant of this finder that only matches the first item found by this finder.
@override
Finder get first => _FirstWidgetFinder(this);