existsAtLeastNTimes method

MultiWidgetMatcher<W> existsAtLeastNTimes(
  1. int n
)

Asserts that at least n widgets of type W exist.

Implementation

MultiWidgetMatcher<W> existsAtLeastNTimes(int n) => _exists(min: n).multi;