Created
November 26, 2019 06:37
-
-
Save dllewellyn/d13cc36137efe330eb981cf46eaee4fa to your computer and use it in GitHub Desktop.
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
| theme: ThemeData( | |
| primarySwatch: Colors.red, | |
| textTheme: TextTheme( | |
| title: TextStyle( | |
| fontFamily: "stonehenge", | |
| fontWeight: FontWeight.bold, | |
| fontSize: 26, | |
| ), | |
| caption: TextStyle( | |
| fontFamily: "stonehenge", | |
| fontSize: 18, | |
| ), | |
| headline: TextStyle( | |
| fontFamily: "carolingia", | |
| fontSize: 34, | |
| fontWeight: FontWeight.bold, | |
| ), | |
| )) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment