PlacesAutocomplete class abstract

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, String? startText, Duration? debounce, Location? origin, Map<String, String>? headers, InputDecoration? textDecoration, TextStyle? textStyle, Color? cursorColor, EdgeInsets? insetPadding, Widget? backArrowIcon, TextStyle? resultTextStyle}) Future<Prediction?>
See PlacesAutocompleteWidget for more details about the various parameters.