diff --git a/custom_paint_example/lib/home.dart b/custom_paint_example/lib/home.dart index a1cfe3e..67a805a 100644 --- a/custom_paint_example/lib/home.dart +++ b/custom_paint_example/lib/home.dart @@ -32,7 +32,7 @@ class _MyHomePageState extends State { ), Text( '$_counter', - style: Theme.of(context).textTheme.display1, + style: Theme.of(context).textTheme.headline4, ), ], ),