This commit is contained in:
Hamza-Ayed
2024-01-08 23:46:03 +03:00
parent 7d9bd9f62a
commit 783ae1a0ac
5 changed files with 220 additions and 137 deletions

View File

@@ -70,7 +70,9 @@ class WayPointController extends GetxController {
update();
} else {
Get.defaultDialog(
title: 'This is most WayPoints', titleStyle: AppStyle.title);
title: 'This is most WayPoints',
titleStyle: AppStyle.title,
middleText: '');
}
update();
}