context.showConfirmDialog("Thank you for submitting the Feedback. It value for us to improve system and overall experience.",title:"Thanks!",okTitle:"Go Back",
onTap:(){
context.showConfirmDialog("Thanks for submitting the Feedback. Its value for us to improve our system and overall experience.",title:"Thank you!",onTap:(){
Navigator.pop(context);
Navigator.pop(context);
});
}//reloadData
@ -192,18 +192,20 @@ class _SurveyPageState extends State<SurveyPage> {