FinderView constructor
- {Key? key,
- required FinderConfiguration config,
- String? viewId}
Implementation
const FinderView({Key? key, required this.config, this.viewId})
: super(key: key);
const FinderView({Key? key, required this.config, this.viewId})
: super(key: key);