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