RafaelBarbosatec / hidden_drawer_menu

Hidden Drawer Menu is a library for adding a beautiful drawer mode menu feature with perspective animation.
MIT License
352 stars 55 forks source link

Allow GestureDetector child to catch Draggable events. #41

Closed damato3 closed 4 years ago

damato3 commented 4 years ago

This PR is trying to solve the issue https://github.com/RafaelBarbosatec/hidden_drawer_menu/issues/40

The main idea is to avoid the GestureDetector to catch dragging events if the isDraggable flag is false.

Let me know what do you think and we can discuss it and create a better implementation.

Thanks.