Rami Dhouib
Rami Dhouib

Reputation: 11

How to check if last item on ModalRoute is a PopupMenuButton in flutter?

How to check if last widget on stack is PopupMenuButton to pop:

I want to only pop if its a PopupMenu. I use :

if (previousRoute is "PleaseFillHere") {
      context.pop();
    }

Can anyone help? It seems not hard but I cant find a solution online.

Upvotes: 0

Views: 17

Answers (0)

Related Questions