Finder constructor

Finder({
  1. bool skipOffstage = true,
})

Creates a new Finder with the given skipOffstage value.

Implementation

Finder({this.skipOffstage = true});