last property

  1. @override
Finder last
override

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

Implementation

@override
Finder get last => _LastWidgetFinder(this);