added barrierDismissible: false, to the show dialog so it cant be clicked away

This commit is contained in:
2024-07-05 17:42:51 +02:00
parent 6176aed650
commit 65640133a8
3 changed files with 6 additions and 1 deletions

View File

@@ -153,6 +153,7 @@ class _EditPatientState extends State<EditPatient> {
void deletePatientPopUp() {
showDialog(
context: context,
barrierDismissible: false,
builder: (context) => Dialog(
child: Stack(
children: [