Do you guys know how to make pop up that small and appear below icon like this? I have made it with AlertDialog, but the pop up is on the center of the screen and too big.
>Solution :
PopupMenuButton from Flutter sdk
https://api.flutter.dev/flutter/material/PopupMenuButton-class.html
You can profile ShapeBorder as RoundedRectangleBorder.
