Skip to content

Instantly share code, notes, and snippets.

@ericgrandt
Created May 6, 2019 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericgrandt/a08862fc269e3a3062eada0764301200 to your computer and use it in GitHub Desktop.
Save ericgrandt/a08862fc269e3a3062eada0764301200 to your computer and use it in GitHub Desktop.
theme: ThemeData(
brightness: Brightness.dark,
canvasColor: Colors.grey[900],
primarySwatch: Colors.teal,
primaryColor: Colors.teal[500],
fontFamily: 'Helvetica',
primaryTextTheme: Typography.whiteCupertino.copyWith(
display4: TextStyle(
color: Colors.white,
fontSize: 36,
),
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment