Skip to content

Instantly share code, notes, and snippets.

@slamdon
Created February 10, 2020 09:42
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 slamdon/5e07e8990b941e8acd9d839fc25a7ec2 to your computer and use it in GitHub Desktop.
Save slamdon/5e07e8990b941e8acd9d839fc25a7ec2 to your computer and use it in GitHub Desktop.
Theme
ThemeData currentTheme;
@override
Widget build(BuildContext context) {
return MaterialApp(
theme: currentTheme,
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment