added refresh

This commit is contained in:
Mohamed Nouffer
2023-07-18 22:10:30 +05:30
parent 75770c9f16
commit ed892b915b
2 changed files with 23 additions and 13 deletions

View File

@ -39,6 +39,12 @@ class IndexPage extends GetView<IndexController> {
//automaticallyImplyLeading: false,
title: Text("add_location".tr),
actions: [
IconButton(
onPressed: (){
destinationController.fixMapBound();
},
icon: Icon(Icons.refresh)
),
InkWell(
onTap: (){
Get.toNamed(AppPages.SEARCH);