PlacesAutocomplete class

Constructors

PlacesAutocomplete()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

show({required BuildContext context, required String apiKey, Mode mode = Mode.fullscreen, String hint = "Search", BorderRadius? overlayBorderRadius, num? offset, Location? location, num? radius, String? language, String? sessionToken, List<String>? types, List<Component>? components, bool? strictbounds, String? region, ValueChanged<PlacesAutocompleteResponse>? onError, String? proxyBaseUrl, Client? httpClient, InputDecoration? decoration, String startText = ""}) Future<Prediction?>