Skip to content

Instantly share code, notes, and snippets.

@letsar
Last active September 1, 2018 07:42
Show Gist options
  • Select an option

  • Save letsar/5943bb510bd46f51779d5d9ac22a5a8d to your computer and use it in GitHub Desktop.

Select an option

Save letsar/5943bb510bd46f51779d5d9ac22a5a8d to your computer and use it in GitHub Desktop.
Tween<Offset>(
begin: Offset(-1.0, 0.0),
end: Offset(0.0, 0.0),
).animate(
CurvedAnimation(
parent: controller,
curve: Interval(.30, .60),
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment