Skip to content

Instantly share code, notes, and snippets.

@mono0926
Created March 24, 2019 03:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mono0926/ea03358fe538bac6a556abf3def9e1c0 to your computer and use it in GitHub Desktop.
Save mono0926/ea03358fe538bac6a556abf3def9e1c0 to your computer and use it in GitHub Desktop.
transitionBuilder: (child, animation) {
return FadeTransition(
opacity: animation.drive(CurveTween(curve: Interval(0.5, 1))),
child: child,
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment