Skip to content

Instantly share code, notes, and snippets.

@adam-stasiak
Last active September 19, 2019 12:36
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 adam-stasiak/06891f50e06364f89985b2bc5bc4bdc3 to your computer and use it in GitHub Desktop.
Save adam-stasiak/06891f50e06364f89985b2bc5bc4bdc3 to your computer and use it in GitHub Desktop.
<Widget>[
Text(
veggie.name,
style: Styles.cardTitleText,
key: Key('cardTitle'+veggie.name)
),
Text(
veggie.shortDescription,
style: Styles.cardDescriptionText,
key:Key('cardDescription'+veggie.name)
),
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment