Enable Material 3 on code_sharing sample (#1607)

pull/1612/head
Miguel Beltran 1 year ago committed by GitHub
parent 079e5a3c1e
commit 5b6b77995a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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',

Loading…
Cancel
Save