mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
Fixed ThemeData in the Flutter Samples unnecessarily includes useMaterial3 = true (Issue #2214) (#2217)
This commit is contained in:
@@ -66,7 +66,7 @@ class _DashboardAppState extends State<DashboardApp> {
|
||||
return Provider.value(
|
||||
value: _appState,
|
||||
child: MaterialApp(
|
||||
theme: ThemeData.light(useMaterial3: true),
|
||||
theme: ThemeData.light(),
|
||||
home: SignInSwitcher(
|
||||
appState: _appState,
|
||||
apiBuilder: widget.apiBuilder,
|
||||
|
||||
Reference in New Issue
Block a user