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 d236f4d commit 0548e0eCopy full SHA for 0548e0e
packages/android_alarm_manager/example/lib/main.dart
@@ -104,11 +104,7 @@ class _AlarmHomePageState extends State<_AlarmHomePage> {
104
105
@override
106
Widget build(BuildContext context) {
107
- // TODO(jackson): This has been deprecated and should be replaced
108
- // with `headline4` when it's available on all the versions of
109
- // Flutter that we test.
110
- // ignore: deprecated_member_use
111
- final textStyle = Theme.of(context).textTheme.display1;
+ final textStyle = Theme.of(context).textTheme.headline4;
112
return Scaffold(
113
appBar: AppBar(
114
title: Text(widget.title),
0 commit comments