MapPicker constructor
MapPicker({})
Implementation
MapPicker({
Key? key,
this.startLocation,
required this.onPin,
this.inputText,
this.mapType,
required this.apiKey,
this.mapLanguage,
this.inputIcon,
this.textInputColor,
this.sendBtnIcon,
this.searchBoxHintText,
this.userMapType,
}) : super(key: key);