Closed damato3 closed 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.
isDraggable
Let me know what do you think and we can discuss it and create a better implementation.
Thanks.
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.