style: Udpate materal watch color
This commit is contained in:
parent
fef06e0b54
commit
a645c43e38
@ -28,7 +28,7 @@ class MyApp extends StatelessWidget {
|
|||||||
//
|
//
|
||||||
// This works for code too, not just values: Most code changes can be
|
// This works for code too, not just values: Most code changes can be
|
||||||
// tested with just a hot reload.
|
// tested with just a hot reload.
|
||||||
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
|
colorScheme: ColorScheme.fromSeed(seedColor: Colors.orange),
|
||||||
useMaterial3: true,
|
useMaterial3: true,
|
||||||
),
|
),
|
||||||
home: const MyHomePage(title: 'Flutter Demo Home Page'),
|
home: const MyHomePage(title: 'Flutter Demo Home Page'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user