Skip to content

Instantly share code, notes, and snippets.

@AliAnilKocak
Created February 7, 2020 09:41
Show Gist options
  • Save AliAnilKocak/5fbcf6f3781d16792caa7fcc05cd28c8 to your computer and use it in GitHub Desktop.
Save AliAnilKocak/5fbcf6f3781d16792caa7fcc05cd28c8 to your computer and use it in GitHub Desktop.
runApp
runApp(
ChangeNotifierProvider<ThemeNotifier>(
create: (_) => ThemeNotifier(Color(0xFF56D4F9)), //Default renk
child: MyApp(),
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment