mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Enable Material 3 on code_sharing sample (#1607)
This commit is contained in:
@@ -33,7 +33,8 @@ class MyApp extends StatelessWidget {
|
||||
return MaterialApp(
|
||||
title: 'Flutter Demo',
|
||||
theme: ThemeData(
|
||||
primarySwatch: Colors.blue,
|
||||
colorSchemeSeed: Colors.blue,
|
||||
useMaterial3: true,
|
||||
),
|
||||
home: MyHomePage(
|
||||
title: 'Flutter Demo Home Page',
|
||||
|
||||
Reference in New Issue
Block a user