Skip to content

Instantly share code, notes, and snippets.

@wiredprairie
Created February 26, 2018 13:39
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save wiredprairie/990d80ecf69700a2cd430032de29db28 to your computer and use it in GitHub Desktop.
return new GestureDetector(
onTap: () {
_selectGameItem(context, item);
},
child: new Container(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment