Skip to content

Instantly share code, notes, and snippets.

@flutter-devs
Created June 14, 2019 12:02
Show Gist options
  • Save flutter-devs/f69c3fec53107e7dd96f606d09072729 to your computer and use it in GitHub Desktop.
Save flutter-devs/f69c3fec53107e7dd96f606d09072729 to your computer and use it in GitHub Desktop.
Animation _animation = Tween(begin: 0.0, end: 1.0).animate(type_of_animation);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment