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 1e8c08f commit 92acdf3Copy full SHA for 92acdf3
lib/main.dart
@@ -28,7 +28,7 @@ class MyApp extends StatelessWidget {
28
//
29
// This works for code too, not just values: Most code changes can be
30
// tested with just a hot reload.
31
- colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
+ colorScheme: ColorScheme.fromSeed(seedColor: Colors.red),
32
),
33
home: const MyHomePage(title: 'Flutter Demo Home Page'),
34
);
0 commit comments