Skip to content

Instantly share code, notes, and snippets.

@Elvis10ten
Created March 4, 2018 19:09
Show Gist options
  • Select an option

  • Save Elvis10ten/523998b6b749b43693f73b5fb36a08db to your computer and use it in GitHub Desktop.

Select an option

Save Elvis10ten/523998b6b749b43693f73b5fb36a08db to your computer and use it in GitHub Desktop.
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