Skip to content

Instantly share code, notes, and snippets.

@iabhishek07
Created August 14, 2020 06:58
Show Gist options
  • Save iabhishek07/512c63ae884aba8d35308f558a55a465 to your computer and use it in GitHub Desktop.
Save iabhishek07/512c63ae884aba8d35308f558a55a465 to your computer and use it in GitHub Desktop.
Positioned(
bottom: 130.0,
right: 30.0,
child: Text(
characters[index].position.toString(),
style: position,
),
),
Image.asset(
characters[index].image,
height: 320,
width: 280,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment