Skip to content

Instantly share code, notes, and snippets.

@Elvis10ten
Last active March 5, 2018 22:57
Show Gist options
  • Select an option

  • Save Elvis10ten/7888daaf70df1358852e0a5d8df467fd to your computer and use it in GitHub Desktop.

Select an option

Save Elvis10ten/7888daaf70df1358852e0a5d8df467fd to your computer and use it in GitHub Desktop.
Note: Title text widget.
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