Created
July 31, 2019 09:15
-
-
Save ipondroid/347e6743c02b515c9b6640ae6a30d267 to your computer and use it in GitHub Desktop.
This file contains 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
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