Skip to content

Commit

Permalink
cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul74 committed Mar 21, 2021
1 parent 18d0b7a commit f73d322
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lib/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ class App extends StatelessWidget {
primaryColorLight: Color(0xFFD7CCC8),
accentColor: Color(0xFFFF9800),
dividerColor: Color(0xFF8B8B8B),
//primaryTextTheme: Typography.material2018().white,
//textTheme: Typography.material2018().white,
// Define the default font family.
//fontFamily: 'Georgia',
//canvasColor: Colors.white,
// Define the default TextTheme. Use this to specify the default
// text styling for headlines, titles, bodies of text, and more.

textTheme: TextTheme(
//headline1: TextStyle(fontSize: 72.0, fontWeight: FontWeight.bold),
//headline2: TextStyle(fontSize: 72.0, fontWeight: FontWeight.bold),
Expand Down

0 comments on commit f73d322

Please sign in to comment.