Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature : disable onTap detection #4

Closed
QuentinSc opened this issue Jun 3, 2020 · 1 comment
Closed

Feature : disable onTap detection #4

QuentinSc opened this issue Jun 3, 2020 · 1 comment

Comments

@QuentinSc
Copy link

Hello,

Very good work and the simplest to use !
Can you add a boolean to choose if we want to use or not the onTap ?

onTap: () { if (SlidingUpPanelStatus.anchored == widget.panelController.status) { collapse(); } else if (SlidingUpPanelStatus.collapsed == widget.panelController.status) { anchor(); } else if (SlidingUpPanelStatus.expanded == widget.panelController.status) { collapse(); } else { collapse(); } },

@JackJonson JackJonson pinned this issue Jun 4, 2020
@JackJonson
Copy link
Owner

Upgrade to 1.1.0 should solve it.

@JackJonson JackJonson unpinned this issue Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants