Skip to content

Instantly share code, notes, and snippets.

@PrasathRavichandran
Created May 24, 2022 11:59
Show Gist options
  • Save PrasathRavichandran/bb82bccb750091450290f6bd9031e2d6 to your computer and use it in GitHub Desktop.
Save PrasathRavichandran/bb82bccb750091450290f6bd9031e2d6 to your computer and use it in GitHub Desktop.
.....
Positioned(
right: -64,
child: Hero(
tag: planetInfo.position,
child: Image.asset(planetInfo.iconImage)
)
),
......
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment