gest added

This commit is contained in:
meet2711
2024-06-18 14:58:53 +05:30
parent e68c0edcfb
commit 5c209a23f3
29 changed files with 110 additions and 91 deletions

View File

@@ -72,7 +72,7 @@ class PinKey extends StatelessWidget {
? const Gap(20)
: const Gap(0),
(fromScreen == "login")
? InkWell(
? GestureDetector(
onTap: () {
forgotPinDialog(context);
},