Skip to content

Instantly share code, notes, and snippets.

@shubie
Created January 24, 2019 16:21
Show Gist options
  • Save shubie/653f1b56a2e5135473505b116c9df944 to your computer and use it in GitHub Desktop.
Save shubie/653f1b56a2e5135473505b116c9df944 to your computer and use it in GitHub Desktop.
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