Paul McDermott

Results 1 comments of Paul McDermott

I managed to overcome this issue by adding Navigator.of(context, rootNavigator: true).pop(); See below: onConfirmBtnTap: () async { **Navigator.of(context, rootNavigator: true).pop();** Navigator.pop(context); });