Skip to content

Instantly share code, notes, and snippets.

@Rahiche
Created February 10, 2019 21:24
Show Gist options
  • Save Rahiche/9edf3239bde11793eb0288f309479650 to your computer and use it in GitHub Desktop.
Save Rahiche/9edf3239bde11793eb0288f309479650 to your computer and use it in GitHub Desktop.
GestureDetector(
onTap: () {
openAnimation.reverse();
},
onDoubleTap: () {
openAnimation.forward();
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment