UFULocationPickerController constructor

UFULocationPickerController({
  1. required String apiKey,
  2. Map<String, String>? placesAPIHeader,
  3. UFUAddressModel? address,
  4. bool? isEdit,
})

Implementation

UFULocationPickerController({
  required this.apiKey,
  this.placesAPIHeader,
  this.address,
  this.isEdit,
});