Skip to content

Instantly share code, notes, and snippets.

@iabhishek07
Created August 14, 2020 06:56
Show Gist options
  • Save iabhishek07/a1f9c6048eb023d8cedcc14ee9bbc97f to your computer and use it in GitHub Desktop.
Save iabhishek07/a1f9c6048eb023d8cedcc14ee9bbc97f to your computer and use it in GitHub Desktop.
child: Center(
child: Text(
characters[index].rating,
style: rating,
),
),
SizedBox(height: 11.0),
Text(
characters[index].game,
style: gameName,
textAlign: TextAlign.left,
),
Text(
characters[index].name,
style: charName,
textAlign: TextAlign.left,
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment