Skip to content

Instantly share code, notes, and snippets.

@matthew-carroll
Created May 14, 2019 05:30
Show Gist options
  • Save matthew-carroll/6dc8abbcb8a7be30ce9456aa54627426 to your computer and use it in GitHub Desktop.
Save matthew-carroll/6dc8abbcb8a7be30ce9456aa54627426 to your computer and use it in GitHub Desktop.
Before Dark Theme
MaterialApp(
theme: ThemeData(
brightness: Brightness.light,
primaryColor: Colors.red,
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment