LocationAutocomplete constructor
LocationAutocomplete({
- Key? key,
- dynamic onPlaceTap()?,
- required TextEditingController? addressController,
- FocusNode? focusNode,
- TextInputType? textInputType,
- PreferredSize? appBar,
- String? addressLineHintText,
- String? addressLineLabelText,
Implementation
LocationAutocomplete({
super.key,
this.onPlaceTap,
required this.addressController,
this.focusNode,
this.textInputType,
this.appBar,
this.addressLineHintText,
this.addressLineLabelText,
});