From 75bcce8201e24f3aaa0468a1a3abde08d8721f1f Mon Sep 17 00:00:00 2001 From: asif Date: Sat, 30 Aug 2025 01:05:45 +0530 Subject: [PATCH] removed unnecessary decorations from title bar --- .../quick_pay/screens/quick_pay_screen.dart | 26 +------------------ 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/lib/features/quick_pay/screens/quick_pay_screen.dart b/lib/features/quick_pay/screens/quick_pay_screen.dart index 0035a3f..1910f69 100644 --- a/lib/features/quick_pay/screens/quick_pay_screen.dart +++ b/lib/features/quick_pay/screens/quick_pay_screen.dart @@ -18,33 +18,9 @@ class _QuickPayScreen extends State { Widget build(BuildContext context) { return Scaffold( appBar: AppBar( - leading: IconButton( - icon: const Icon(Symbols.arrow_back_ios_new), - onPressed: () { - Navigator.pop(context); - }, - ), title: Text( - AppLocalizations.of(context).quickPay.replaceAll('\n', ' '), - style: - const TextStyle(color: Colors.black, fontWeight: FontWeight.w500), + AppLocalizations.of(context).quickPay.replaceAll('\n', ''), ), - centerTitle: false, - actions: [ - Padding( - padding: const EdgeInsets.only(right: 10.0), - child: CircleAvatar( - backgroundColor: Colors.grey[200], - radius: 20, - child: SvgPicture.asset( - 'assets/images/avatar_male.svg', - width: 40, - height: 40, - fit: BoxFit.cover, - ), - ), - ), - ], ), body: ListView( children: [