From 2592478ea69eae8864dd7f59ba6508b1abf190b9 Mon Sep 17 00:00:00 2001 From: zaid_daoud Date: Thu, 3 Aug 2023 12:28:35 +0300 Subject: [PATCH] In track gas refill summery to rename the title to Gas Refill Requests. --- lib/views/pages/user/gas_refill/track_gas_refill.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/views/pages/user/gas_refill/track_gas_refill.dart b/lib/views/pages/user/gas_refill/track_gas_refill.dart index c909d16b..7a1d728b 100644 --- a/lib/views/pages/user/gas_refill/track_gas_refill.dart +++ b/lib/views/pages/user/gas_refill/track_gas_refill.dart @@ -62,11 +62,11 @@ class _TrackGasRefillPageState extends State with TickerProv children: [ Row( children: [ - ABackButton(), + const ABackButton(), Expanded( child: Center( child: Text( - _subtitle.serviceRequests, + "Gas Refill Requests", style: Theme.of(context).textTheme.headline6.copyWith(color: AColors.grey3A, fontStyle: FontStyle.italic), ), ),