This commit is contained in:
Hamza Aleghwairyeen
2024-04-24 17:26:43 +03:00
parent 84e70e6275
commit a9c570cab7
6 changed files with 103 additions and 105 deletions

View File

@@ -94,9 +94,10 @@ class MainBottomMenuMap extends StatelessWidget {
? const SizedBox()
: Column(
children: [
controller.currentLocationToFormPlaces
? const SizedBox()
: formSearchPlacesStart(),
// controller.currentLocationToFormPlaces
// ? const SizedBox()
// :
// formSearchPlacesStart(),
formSearchPlacesDestenation(),
const SizedBox(
height: 10,