Skip to content

Instantly share code, notes, and snippets.

@shubie
Last active September 12, 2018 19:24
Show Gist options
  • Save shubie/9e9840fbb24e335749cc456d5a28bb14 to your computer and use it in GitHub Desktop.
Save shubie/9e9840fbb24e335749cc456d5a28bb14 to your computer and use it in GitHub Desktop.
MaterialApp(
title: 'Texty Navigation',
theme: new ThemeData(
primaryColor: Color.fromRGBO(55, 113, 170, 1.0),
),
home: new TextyNavigation(),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment