AddressField constructor

const AddressField({
  1. Key? key,
  2. required AddressSelectedArgs onSelected,
  3. String? labelText,
  4. String? initialValue,
  5. bool autofocus = false,
  6. LatLng? location,
})

Implementation

const AddressField(
    {super.key,
    required this.onSelected,
    this.labelText,
    this.initialValue,
    this.autofocus = false,
    this.location});