How to show pop-up menu when an IconButton is clicked Flutter
I am trying to show a pop-up menu appear when an IconButton() is clicked I added a PopupMenuButton() to the on pressed method of the IconButton as you can see below: but it does not show any pop-up menu when…