Skip to content

Instantly share code, notes, and snippets.

@JorgeCastilloPrz
Created June 4, 2019 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JorgeCastilloPrz/4500e2901052bc39491ec5fbf9512275 to your computer and use it in GitHub Desktop.
Save JorgeCastilloPrz/4500e2901052bc39491ec5fbf9512275 to your computer and use it in GitHub Desktop.
Arc head Tween
final Animatable<double> _kStrokeHeadTween = CurveTween(
curve: const Interval(0.0, 0.5, curve: Curves.fastOutSlowIn),
).chain(CurveTween(
curve: const SawTooth(5),
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment