SearchWidget constructor
const
SearchWidget({})
Implementation
const SearchWidget({
Key? key,
required this.scope,
required this.onSearch,
this.onSearchValue,
this.fields = const [],
}) : super(key: key);
const SearchWidget({
Key? key,
required this.scope,
required this.onSearch,
this.onSearchValue,
this.fields = const [],
}) : super(key: key);