SearchButton constructor
const
SearchButton({})
The widget which will be used in search
Implementation
const SearchButton({
required this.addressLabelState,
required this.getLocation,
required this.apiKey,
required this.loader,
required this.searchLanguage,
Key? key,
}) : super(key: key);