added reset

This commit is contained in:
Mohamed Nouffer
2023-01-26 20:09:33 +05:30
parent ad61ab2b16
commit 03b586651d
3 changed files with 32 additions and 14 deletions

View File

@ -193,6 +193,7 @@ class DestnationPage extends StatelessWidget {
if(destinationController.is_gps_selected.value){
destinationController.chekcs = 0;
destinationController.skip_gps = false;
destinationController.resetRogaining();
}
},
isSelected: [destinationController.is_gps_selected.value],