Skip to content

Commit 085519b

Browse files
committed
🔥 Replace deprecate TextTheme.title API usage.
1 parent 8b5ad3b commit 085519b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/widget/fixed_appbar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class FixedAppBar extends StatelessWidget {
7777
child: _title,
7878
style: Theme.of(context)
7979
.textTheme
80-
.title
80+
.headline6
8181
.copyWith(fontSize: 23.0),
8282
maxLines: 1,
8383
softWrap: false,

0 commit comments

Comments
 (0)