Created
June 5, 2020 11:56
-
-
Save SahanAmarsha/5ae40ee81a50f5c3250325c0942a30fe to your computer and use it in GitHub Desktop.
Using the SlideTransition widget to animate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body: Center( | |
child: | |
SlideTransition( | |
position: _myAnimation, | |
child: const Padding( | |
padding: EdgeInsets.all(8.0), | |
child: FlutterLogo(size: 150.0), | |
), | |
), | |
), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment