Created
May 24, 2022 11:59
-
-
Save PrasathRavichandran/bb82bccb750091450290f6bd9031e2d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
..... | |
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