PlacesAutocompleteWidget constructor
PlacesAutocompleteWidget(- {@required String apiKey,
- String hint: "Search",
- dynamic overlayBorderRadius,
- num offset,
- dynamic location,
- num radius,
- String language,
- String sessionToken,
- List<String> types,
- List components,
- bool strictbounds,
- String region,
- dynamic logo,
- dynamic onError,
- dynamic key,
- String proxyBaseUrl,
- dynamic httpClient,
- String startText,
- 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);