Screen design of account statement/history page

This commit is contained in:
2025-05-13 17:03:09 +05:30
parent 149d1e21b4
commit 33066e6e4f
3 changed files with 190 additions and 2 deletions

View File

@@ -17,8 +17,9 @@ class _AccountInfoScreen extends State<AccountInfoScreen>{
onPressed: () {
Navigator.pop(context);
},),
title: const Text('kMobile', style: TextStyle(color: Colors.black,
title: const Text('Account Info', style: TextStyle(color: Colors.black,
fontWeight: FontWeight.w500),),
centerTitle: false,
actions: const [
Padding(
padding: EdgeInsets.only(right: 10.0),