AFScreenTestWidgetCollectorScrollableSubpath.create constructor

AFScreenTestWidgetCollectorScrollableSubpath.create(
  1. List<Element> pathTo
)

Implementation

factory AFScreenTestWidgetCollectorScrollableSubpath.create(List<Element> pathTo) {
  return AFScreenTestWidgetCollectorScrollableSubpath(pathTo: List<Element>.of(pathTo));
}