added barrierDismissible: false, to the show dialog so it cant be clicked away
This commit is contained in:
@@ -153,6 +153,7 @@ class _EditPatientState extends State<EditPatient> {
|
||||
void deletePatientPopUp() {
|
||||
showDialog(
|
||||
context: context,
|
||||
barrierDismissible: false,
|
||||
builder: (context) => Dialog(
|
||||
child: Stack(
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user