TPlaceAutoComplete constructor
const
TPlaceAutoComplete({
- Key? key,
- required ValueChanged<
TPlaceResult> onPlaceSelected, - String? googleMapApiKey,
- TLoadListener<
TPlaceResult> ? onLoad, - int limit = 5,
- String? label,
- String? placeholder,
- TLabelPosition? labelPosition = TLabelPosition.aboveField,
- TGooglePlacesConfig? config,
Implementation
const TPlaceAutoComplete({
super.key,
required this.onPlaceSelected,
this.googleMapApiKey,
this.onLoad,
this.limit = 5,
this.label,
this.placeholder,
this.labelPosition = TLabelPosition.aboveField,
this.config,
});