SearchWidget constructor
const
SearchWidget({})
Implementation
const SearchWidget({
required this.addressLabelState,
required this.getLocation,
required this.apiKey,
required this.loader,
required this.mapLanguage,
Key? key,
}) : super(key: key);