Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. final Animatable<double> _kStrokeHeadTween = CurveTween(
  2. curve: const Interval(0.0, 0.5, curve: Curves.fastOutSlowIn),
  3. ).chain(CurveTween(
  4. curve: const SawTooth(5),
  5. ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement