Fix analyzer
This commit is contained in:
parent
c7eec637c0
commit
429e4a1be7
2 changed files with 3 additions and 10 deletions
|
|
@ -117,11 +117,7 @@ class _SettingsState extends State<Settings> {
|
|||
title: Text(
|
||||
I18n.of(context).settings,
|
||||
style: TextStyle(
|
||||
color: Theme.of(context)
|
||||
.appBarTheme
|
||||
.textTheme
|
||||
.headline6
|
||||
.color),
|
||||
color: Theme.of(context).appBarTheme.textTheme.title.color),
|
||||
),
|
||||
background: ContentBanner(
|
||||
profile?.avatarUrl ?? MxContent(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue