Skip to content

Instantly share code, notes, and snippets.

@deven98
Created May 26, 2019 18:58
Show Gist options
  • Save deven98/0a655048d1f20a0dd86591e614159c98 to your computer and use it in GitHub Desktop.
Save deven98/0a655048d1f20a0dd86591e614159c98 to your computer and use it in GitHub Desktop.
colorAnimation = ColorTween(begin: Colors.blue, end: Colors.yellow).animate(CurvedAnimation(parent: controller, curve: Curves.bounceOut));
@Sharan8885
Copy link

colorAnimation = ColorTween(begin: Colors.blue, end: Colors.yellow).animate(CurvedAnimation(parent: controller, curve: Curves.bounceOut));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment