We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a6cdb commit 8408d16Copy full SHA for 8408d16
example/lib/main.dart
@@ -20,7 +20,8 @@ class MyApp extends StatelessWidget {
20
21
return MaterialApp(
22
title: _title,
23
- theme: ThemeData(primarySwatch: Colors.blue),
+ theme: ThemeData.light(),
24
+ darkTheme: ThemeData.dark(),
25
home: MyHomePage(
26
27
platform: platform,
0 commit comments