PlacesAutocompleteWidget constructor

PlacesAutocompleteWidget(
  1. {@required String apiKey,
  2. String hint: "Search",
  3. dynamic overlayBorderRadius,
  4. num offset,
  5. dynamic location,
  6. num radius,
  7. String language,
  8. String sessionToken,
  9. List<String> types,
  10. List components,
  11. bool strictbounds,
  12. String region,
  13. dynamic onError,
  14. dynamic key,
  15. String proxyBaseUrl,
  16. dynamic httpClient,
  17. String startText,
  18. int debounce: 300}
)

Implementation

PlacesAutocompleteWidget(
    {@required this.apiKey,
    this.hint = "Search",
    this.overlayBorderRadius,
    this.offset,
    this.location,
    this.radius,
    this.language,
    this.sessionToken,
    this.types,
    this.components,
    this.strictbounds,
    this.region,
    this.logo,
    this.onError,
    Key key,
    this.proxyBaseUrl,
    this.httpClient,
    this.startText,
    this.debounce = 300})
    : super(key: key);