Reputation: 11
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