Returns a variant of this finder that only matches the item at the given index found by this finder.
@override Finder at(int index) => _IndexWidgetFinder(this, index);