Skip to content

Instantly share code, notes, and snippets.

@sagarshende23
Created December 4, 2019 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sagarshende23/f16b4527d4566167d89646b89285f2a2 to your computer and use it in GitHub Desktop.
Save sagarshende23/f16b4527d4566167d89646b89285f2a2 to your computer and use it in GitHub Desktop.
void _onTapDown(TapDownDetails details) {
_controller.forward();
}
void _onTapUp(TapUpDetails details) {
_controller.reverse();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment