Last active
March 5, 2018 22:57
-
-
Save Elvis10ten/7888daaf70df1358852e0a5d8df467fd to your computer and use it in GitHub Desktop.
Note: Title text widget.
This file contains hidden or 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
| Widget _getAppTitleWidget() { | |
| return new Text( | |
| 'Cryptocurrencies', | |
| style: new TextStyle( | |
| color: Colors.white, | |
| fontWeight: FontWeight.bold, | |
| fontSize: 24.0), | |
| ); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment