SemanticsFinder constructor
- 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);
Creates a new SemanticsFinder that will search within the given view or within all views if view is null.
SemanticsFinder(this.view);