Created
July 25, 2019 05:09
-
-
Save ipondroid/e770fc562c881ee916f0e6dfe05bfae1 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
child: RaisedButton( | |
child: Text('go to first tab'), | |
onPressed: () { | |
_tabController.animateTo(0, curve: Curves.ease, duration: Duration(seconds: 2)); | |
}, | |
), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment