Skip to content

Instantly share code, notes, and snippets.

@ipondroid
Created July 31, 2019 09:15
Show Gist options
  • Save ipondroid/347e6743c02b515c9b6640ae6a30d267 to your computer and use it in GitHub Desktop.
Save ipondroid/347e6743c02b515c9b6640ae6a30d267 to your computer and use it in GitHub Desktop.
transitionBuilder: (Widget child, Animation<double> animation) {
return FadeTransition(opacity: animation, child: child);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment