Replace inkWell with GestureDetector

This commit is contained in:
Neeraj Gupta 2023-02-25 18:23:57 +05:30
parent ced65cdefb
commit 1ef0966863
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -200,7 +200,7 @@ class _AddParticipantPage extends State<AddParticipantPage> {
},
),
const SizedBox(height: 12),
InkWell(
GestureDetector(
onTap: () async {
if ((selectedEmail == '' && !_emailIsValid)) {
await showErrorDialog(