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.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745646231a4637988.html
评论列表(0条)