fix(app-bar): title not hiding completely (#1376)

This commit is contained in:
aAbed
2023-10-15 09:16:55 +00:00
committed by GitHub
parent 2dc92e26d3
commit d577e97758
2 changed files with 23 additions and 30 deletions

View File

@ -38,13 +38,11 @@ class _AppSelectorViewState extends State<AppSelectorView> {
floating: true,
title: I18nText(
'appSelectorView.viewTitle',
child: Text(
'',
style: TextStyle(
),
titleTextStyle: TextStyle(
fontSize: 22.0,
color: Theme.of(context).textTheme.titleLarge!.color,
),
),
),
leading: IconButton(
icon: Icon(
Icons.arrow_back,