Skip to content

Instantly share code, notes, and snippets.

@JorgeCastilloPrz
Created June 4, 2019 18:08
Show Gist options
  • Save JorgeCastilloPrz/3ae5ecc3c02f4ca3c7bd0aa54428ffef to your computer and use it in GitHub Desktop.
Save JorgeCastilloPrz/3ae5ecc3c02f4ca3c7bd0aa54428ffef to your computer and use it in GitHub Desktop.
Arc rotation Tween curve
final Animatable<double> _kRotationTween = CurveTween(curve: const SawTooth(5));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment