fixed position error and added goad condition button
This commit is contained in:
@ -176,7 +176,7 @@ class _MapWidgetState extends State<MapWidget> {
|
||||
}
|
||||
|
||||
void _centerMapOnUser() {
|
||||
print("showBottomSheet ${destinationController.shouldShowBottomSheet}");
|
||||
//print("showBottomSheet ${destinationController.shouldShowBottomSheet}");
|
||||
if (destinationController.shouldShowBottomSheet) {
|
||||
destinationController.centerMapToCurrentLocation();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user