Finder constructor Null safety
- {bool skipOffstage = true}
Initializes a Finder. Used by subclasses to initialize the skipOffstage property.
Implementation
Finder({ this.skipOffstage = true });
Initializes a Finder. Used by subclasses to initialize the skipOffstage property.
Finder({ this.skipOffstage = true });