Updated TextMagnifierExampleApp to M3 (#129381)

This commit is contained in:
Hans Muller 2023-06-26 10:44:11 -07:00 committed by GitHub
parent cef9a8c54b
commit 548fe14730
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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