Skip to content

Instantly share code, notes, and snippets.

@theshivamlko
Created June 3, 2018 21:49
Show Gist options
  • Save theshivamlko/b90feb80f8b0cf3ac35239e6411efaa8 to your computer and use it in GitHub Desktop.
Save theshivamlko/b90feb80f8b0cf3ac35239e6411efaa8 to your computer and use it in GitHub Desktop.
new Transform(
alignment: FractionalOffset.center,
transform: new Matrix4.rotationZ(-animationRotate.value / 360),
child: new Image.asset(
'images/ring_design.png',
height: 150.0,
width: 150.0,
)),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment