We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b6429 commit 18c8731Copy full SHA for 18c8731
example/lib/home.dart
@@ -64,7 +64,7 @@ class _MyHomePageState extends State<MyHomePage> {
64
return Center(
65
child: Text(
66
'Error: $error',
67
- style: Theme.of(context).textTheme.headline6,
+ style: Theme.of(context).textTheme.titleLarge,
68
textAlign: TextAlign.center,
69
),
70
);
@@ -81,7 +81,7 @@ class _MyHomePageState extends State<MyHomePage> {
81
82
83
'Empty',
84
85
86
87
0 commit comments