Available Balance in Account Statement #2
This commit is contained in:
@@ -167,7 +167,7 @@ class _AccountStatementScreen extends State<AccountStatementScreen> {
|
|||||||
fontSize: 17,
|
fontSize: 17,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
Text(widget.balance, style: const TextStyle(fontSize: 17)),
|
Text(' ₹ ${widget.balance}', style: const TextStyle(fontSize: 17)),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
const SizedBox(height: 15),
|
const SizedBox(height: 15),
|
||||||
|
@@ -25,7 +25,7 @@ class _CustomerInfoScreenState extends State<CustomerInfoScreen> {
|
|||||||
},
|
},
|
||||||
),
|
),
|
||||||
title: Text(
|
title: Text(
|
||||||
AppLocalizations.of(context).kMobile,
|
AppLocalizations.of(context).kconnect,
|
||||||
style:
|
style:
|
||||||
const TextStyle(color: Colors.black, fontWeight: FontWeight.w500),
|
const TextStyle(color: Colors.black, fontWeight: FontWeight.w500),
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user