GmhSearchField constructor
const
GmhSearchField({
- Key? key,
- GmhAddressData? selectedValue,
- TextFormField textFieldBuilder(
- FocusNode focusNode,
- TextEditingController controller,
- void onChanged()?
- GmhResultViewOptions? resultViewOptions,
- required dynamic onSelected(),
- required GmhSearchParams searchParams,
Auto-complete places search field
Implementation
const GmhSearchField({
super.key,
this.selectedValue,
this.textFieldBuilder,
this.resultViewOptions,
required this.onSelected,
required this.searchParams,
});