LocationSearch class

Constructors

LocationSearch()

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, void onError(Exception e)?, String? language = 'en', List<String>? countryCodes, Color? searchBarBackgroundColor, Color? searchBarTextColor = Colors.black87, String? searchBarHintText = 'Search location', String? currentPositionButtonText = 'Use current location', Color? searchBarHintColor = Colors.black87, bool? lightAdress = false, Color? iconColor = Colors.grey, Widget? loadingWidget, Mode mode = Mode.fullscreen, int historyMaxLength = 5}) Future<LocationData?>