Skip to content

Instantly share code, notes, and snippets.

@letsar
Last active August 24, 2018 13:41
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 letsar/bfe94325b91dd77b992b55f9dbfa1ac4 to your computer and use it in GitHub Desktop.
Save letsar/bfe94325b91dd77b992b55f9dbfa1ac4 to your computer and use it in GitHub Desktop.
slidable_in_depth_04
final animations = Iterable.generate(count).map((index) {
return new Tween(
begin: -actionExtent,
end: (count - index - 1) * actionExtent,
).animate(actionsMoveAnimation);
}).toList();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment