FinderView constructor

const FinderView({
  1. Key? key,
  2. required FinderConfiguration config,
  3. String? viewId,
})

Implementation

const FinderView({Key? key, required this.config, this.viewId})
    : super(key: key);