Created
March 4, 2018 19:09
-
-
Save Elvis10ten/523998b6b749b43693f73b5fb36a08db 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
| itemBuilder: (context, index) { | |
| final Map currency = _currencies[index]; | |
| final MaterialColor color = _colors[index % _colors.length]; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment