Skip to content

Instantly share code, notes, and snippets.

@Rahiche
Created December 13, 2018 19:49
Show Gist options
  • Save Rahiche/ac833f65576ce554ce8817c11c04c4d5 to your computer and use it in GitHub Desktop.
Save Rahiche/ac833f65576ce554ce8817c11c04c4d5 to your computer and use it in GitHub Desktop.
return ClipRect(
child: SlideTransition(
position: offsetAnimation,
child: child,
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment