Created
January 24, 2019 16:21
-
-
Save shubie/653f1b56a2e5135473505b116c9df944 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Container( | |
| height: MediaQuery.of(context).size.height, | |
| width: MediaQuery.of(context).size.width, | |
| child: ListView( | |
| children: <Widget>[ | |
| cryptoPortfolioItem(FontAwesomeIcons.btc, "BTC", 410.80, | |
| 0.0036, "82.19(92%)"), | |
| cryptoPortfolioItem(FontAwesomeIcons.ethereum, "ETH", | |
| 1089.86, 126.0, "13.10(2.3%)"), | |
| cryptoPortfolioItem(FontAwesomeIcons.xRay, "XRP", 22998.13, | |
| 23000, "120(3.6%)"), | |
| cryptoPortfolioItem(FontAwesomeIcons.btc, "BTC", 410.80, | |
| 0.0036, "82.19(92%)"), | |
| cryptoPortfolioItem(FontAwesomeIcons.ethereum, "ETH", | |
| 1089.86, 126.0, "13.10(2.3%)"), | |
| cryptoPortfolioItem(FontAwesomeIcons.xRay, "XRP", 22998.13, | |
| 23000, "120(3.6%)"), | |
| cryptoPortfolioItem(FontAwesomeIcons.btc, "BTC", 410.80, | |
| 0.0036, "82.19(92%)"), | |
| cryptoPortfolioItem(FontAwesomeIcons.ethereum, "ETH", | |
| 1089.86, 126.0, "13.10(2.3%)"), | |
| cryptoPortfolioItem(FontAwesomeIcons.xRay, "XRP", 22998.13, | |
| 23000, "120(3.6%)"), | |
| ], | |
| ), | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment