Fix deprecations

This commit is contained in:
Christian Pauly 2020-05-06 18:43:30 +02:00
commit 02ebf0ff43
9 changed files with 21 additions and 13 deletions

View file

@ -149,7 +149,11 @@ class _SettingsState extends State<Settings> {
title: Text(
I18n.of(context).settings,
style: TextStyle(
color: Theme.of(context).appBarTheme.textTheme.title.color),
color: Theme.of(context)
.appBarTheme
.textTheme
.headline6
.color),
),
background: ContentBanner(
profile?.avatarUrl,