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 18c8731 commit 1f649d2Copy full SHA for 1f649d2
example/lib/home.dart
@@ -64,7 +64,8 @@ class _MyHomePageState extends State<MyHomePage> {
64
return Center(
65
child: Text(
66
'Error: $error',
67
- style: Theme.of(context).textTheme.titleLarge,
+ // ignore: deprecated_member_use
68
+ style: Theme.of(context).textTheme.headline6,
69
textAlign: TextAlign.center,
70
),
71
);
@@ -81,7 +82,8 @@ class _MyHomePageState extends State<MyHomePage> {
81
82
83
84
'Empty',
85
86
87
88
89
0 commit comments