Skip to content

Commit 8e9e37e

Browse files
Nit changes
Co-authored-by: pinkeshmars <[email protected]>
1 parent 9b83f1b commit 8e9e37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/maps/google-maps/place-picker-widget.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The `PlacePicker` widget is designed to retrieve information about places, such
99

1010
This widget is particularly useful in applications like cab booking services. For instance, it can be used to capture the exact location and full address of a destination, displaying this information on a page or integrating it into a Google Map.
1111

12-
Visually, the PlacePicker appears as a button. When tapped, it enables you to search for a place by typing its name, displaying a dropdown list of matching locations. Once a place is selected, its name is displayed on the button, and additional details are accessible through the placePickerValue variable from Widget State.
12+
Visually, the PlacePicker appears as a button. When tapped, it enables you to search for a place by typing its name, and displaying a dropdown list of matching locations. Once a place is selected, its name is displayed on the button, and additional details are accessible through the placePickerValue variable from Widget State.
1313

1414
Here's an example from the Demo app:
1515

0 commit comments

Comments
 (0)