added safearea to some screens. Also fixed some titlebars from wrap text

This commit is contained in:
asif
2025-09-04 00:16:02 +05:30
parent 48f169d10c
commit ba819f51d7
3 changed files with 132 additions and 129 deletions

View File

@@ -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: [