Skip to content

Instantly share code, notes, and snippets.

@Rahiche
Created December 13, 2018 19:49
Show Gist options
  • Save Rahiche/1fd7234d610ea34d03b832a2c3c745fd to your computer and use it in GitHub Desktop.
Save Rahiche/1fd7234d610ea34d03b832a2c3c745fd to your computer and use it in GitHub Desktop.
transitionBuilder: (Widget child, Animation<double> animation) {
return ScaleTransition(
scale: animation,
child: child,
);
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment