Skip to content

Instantly share code, notes, and snippets.

@slamdon
Created February 23, 2020 13:01
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 slamdon/b8f971301a8ddf6016dc290d0dc4dede to your computer and use it in GitHub Desktop.
Save slamdon/b8f971301a8ddf6016dc290d0dc4dede to your computer and use it in GitHub Desktop.
onPressed
onPressed: () {
final _cart = Provider.of<CartProvider>(context);
_cart.addProduct(this.product);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment