Skip to content

Instantly share code, notes, and snippets.

@hydroweaver
Last active May 24, 2020 06:58
Show Gist options
  • Save hydroweaver/9deeff2c6d6e6636d4643a605032ee19 to your computer and use it in GitHub Desktop.
Save hydroweaver/9deeff2c6d6e6636d4643a605032ee19 to your computer and use it in GitHub Desktop.
for(final value in items)
Text(
value,
key: Key(value),
style: TextStyle(
fontSize: 22.0
),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment