Skip to content

Instantly share code, notes, and snippets.

@rohan20
Created August 6, 2018 06:59
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 rohan20/4616ea917e5f2bf1a119ab855e2344ab to your computer and use it in GitHub Desktop.
Save rohan20/4616ea917e5f2bf1a119ab855e2344ab to your computer and use it in GitHub Desktop.
E-Commerce app using Flutter - Part 1: The User Interface
const ProductsListItem({Key key,
this.name,
this.currentPrice,
this.originalPrice,
this.discount,
this.imageUrl})
: super(key: key);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment