SemanticsFinder constructor

SemanticsFinder(
  1. FlutterView? view
)

Creates a new SemanticsFinder that will search within the given view or within all views if view is null.

Implementation

SemanticsFinder(this.view);