Skip to content

Instantly share code, notes, and snippets.

@SahanAmarsha
Created June 5, 2020 11:56
Show Gist options
  • Save SahanAmarsha/5ae40ee81a50f5c3250325c0942a30fe to your computer and use it in GitHub Desktop.
Save SahanAmarsha/5ae40ee81a50f5c3250325c0942a30fe to your computer and use it in GitHub Desktop.
Using the SlideTransition widget to animate
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