diff --git a/lib/main.dart b/lib/main.dart index 73227b5..4d810e0 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -11,7 +11,7 @@ class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( - title: 'woah', + title: 'Flutter app', theme: ThemeData( // This is the theme of your application. // @@ -110,7 +110,7 @@ class _MyHomePageState extends State { ), Text( '$_counter', - style: Theme.of(context).textTheme.headlineMedium, + style: TextStyle(fontSize: 200), ), ], ),