Skip to content

Instantly share code, notes, and snippets.

@Rahiche
Created February 10, 2019 21:24
Show Gist options
  • Save Rahiche/22ccf6d7416c22cf037db34ac2cedc40 to your computer and use it in GitHub Desktop.
Save Rahiche/22ccf6d7416c22cf037db34ac2cedc40 to your computer and use it in GitHub Desktop.
AnimationController openAnimation;
@override
void initState() {
super.initState();
openAnimation = AnimationController(
lowerBound: 1,
upperBound: 10,
duration: Duration(seconds: 2),
vsync: this,
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment