diff --git a/packages/go_router_builder/example/lib/main.dart b/packages/go_router_builder/example/lib/main.dart index 579c43188f7..cf917c59b5c 100644 --- a/packages/go_router_builder/example/lib/main.dart +++ b/packages/go_router_builder/example/lib/main.dart @@ -329,7 +329,7 @@ class FamilyCountScreen extends StatelessWidget { Center( child: Text( 'There are $count families', - style: Theme.of(context).textTheme.headline5, + style: Theme.of(context).textTheme.headlineSmall, ), ), ElevatedButton(