Finder constructor Null safety

Finder(
  1. {bool skipOffstage = true}
)

Initializes a Finder. Used by subclasses to initialize the skipOffstage property.

Implementation

Finder({ this.skipOffstage = true });