alnitak / flutter_star_menu

Flutter contextual popup menu with different shapes and multiple ways to fine-tune animation and position
MIT License
51 stars 18 forks source link

Open on long press? #7

Closed alexursul closed 2 years ago

alexursul commented 2 years ago

Hello! Thank you for the great component! Is it possible to open a menu on long press?

alnitak commented 2 years ago

Hi @alexursul ,

unfortunately I used Listener to grab touches which doesn't have the long press trigger. But with a trick I added in the [StarMenu.params] the [useLongpress] and [longPressDuration]. The defaultvalues are: useLongpress=false longPressDuration=Duration(milliseconds: 500) So you should enable it to try. Enjoy!