mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Enable Material 3 on provider_counter (#1626)
Co-authored-by: Brett Morgan <brettmorgan@google.com>
This commit is contained in:
@@ -69,6 +69,7 @@ class MyApp extends StatelessWidget {
|
||||
title: 'Flutter Demo',
|
||||
theme: ThemeData(
|
||||
primarySwatch: Colors.blue,
|
||||
useMaterial3: true,
|
||||
),
|
||||
home: const MyHomePage(),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user