Skip to content

Instantly share code, notes, and snippets.

@kishan2612
Last active December 29, 2018 14:57
Show Gist options
  • Save kishan2612/c988dcbbe447fb584fb042e98db68bef to your computer and use it in GitHub Desktop.
Save kishan2612/c988dcbbe447fb584fb042e98db68bef to your computer and use it in GitHub Desktop.
frontview wrap
Widget _frontView() {
return SlideTransition(
position: _getSlideAnimation(),
child: ScaleTransition(
alignment: Alignment.centerLeft,
scale: _getScaleAnimation(),
child: _frontViewBody(),
));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment