Skip to content

Instantly share code, notes, and snippets.

@salihgueler
Last active July 14, 2018 19:07
Show Gist options
  • Save salihgueler/bcfc03864eb726e662ccf3697901bdce to your computer and use it in GitHub Desktop.
Save salihgueler/bcfc03864eb726e662ccf3697901bdce to your computer and use it in GitHub Desktop.
Easing Animation
class EasingAnimationWidget extends StatefulWidget {
@override
EasingAnimationWidgetState createState() => EasingAnimationWidgetState();
}
class EasingAnimationWidgetState extends State<EasingAnimationWidget> {
@override
Widget build(BuildContext context) {
//TODO: Add the layout here.
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment