added safearea to some screens. Also fixed some titlebars from wrap text
This commit is contained in:
@@ -17,7 +17,9 @@ class FundTransferScreen extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: Text(AppLocalizations.of(context).fundTransfer),
|
||||
title: Text(AppLocalizations.of(context)
|
||||
.fundTransfer
|
||||
.replaceFirst(RegExp('\n'), '')),
|
||||
),
|
||||
body: ListView(
|
||||
children: [
|
||||
|
Reference in New Issue
Block a user