Updated TextMagnifierExampleApp to M3 (#129381)
This commit is contained in:
@@ -20,7 +20,7 @@ class TextMagnifierExampleApp extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return MaterialApp(
|
||||
theme: ThemeData(useMaterial3: false),
|
||||
theme: ThemeData(useMaterial3: true),
|
||||
home: Scaffold(
|
||||
body: Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 48.0),
|
||||
|
||||
Reference in New Issue
Block a user