Skip to content

Instantly share code, notes, and snippets.

@Rahiche
Last active December 13, 2018 20:57
Show Gist options
  • Save Rahiche/a453b2934f2134cbbf147c9b2a309383 to your computer and use it in GitHub Desktop.
Save Rahiche/a453b2934f2134cbbf147c9b2a309383 to your computer and use it in GitHub Desktop.
final offsetAnimation =
Tween<Offset>(begin: Offset(0.0, 0.0), end: Offset(0.0, -1.0)).animate(animation);
return SlideTransition(
position: offsetAnimation,
child: child,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment