removed the newline from title bar
This commit is contained in:
@@ -30,9 +30,9 @@ class _AccountInfoScreen extends State<AccountInfoScreen> {
|
||||
int selectedIndex = widget.selectedIndex;
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: Text(
|
||||
AppLocalizations.of(context).accountInfo,
|
||||
),
|
||||
title: Text(AppLocalizations.of(context)
|
||||
.accountInfo
|
||||
.replaceFirst(RegExp('\n'), '')),
|
||||
),
|
||||
body: ListView(
|
||||
padding: const EdgeInsets.all(16.0),
|
||||
|
Reference in New Issue
Block a user