Unverified Commit 548fe147 authored by Hans Muller's avatar Hans Muller Committed by GitHub

Updated TextMagnifierExampleApp to M3 (#129381)

parent cef9a8c5
...@@ -20,7 +20,7 @@ class TextMagnifierExampleApp extends StatelessWidget { ...@@ -20,7 +20,7 @@ class TextMagnifierExampleApp extends StatelessWidget {
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
return MaterialApp( return MaterialApp(
theme: ThemeData(useMaterial3: false), theme: ThemeData(useMaterial3: true),
home: Scaffold( home: Scaffold(
body: Padding( body: Padding(
padding: const EdgeInsets.symmetric(horizontal: 48.0), padding: const EdgeInsets.symmetric(horizontal: 48.0),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment