PopMenu
PopMenu copied to clipboard
Tap feedback for menu action
Currently, there is selected UI affects happened when only pan gesture.
If you just tap, there is no feedback for which button touched.
Would it be good if there has one feedback?
Currently, it could be only possible, if you set shouldDismissOnSelection
to false
.
If it is possible that it could be auto dismiss after the animation is completed?
That seems like a good additional improvement, thanks!