at method

  1. @override
Finder at(
  1. int index
)
override

Returns a variant of this finder that only matches the item at the given index found by this finder.

Implementation

@override
Finder at(int index) => _IndexWidgetFinder(this, index);