From 766f930a30a89721dd3a8406d6bc69070455c0d3 Mon Sep 17 00:00:00 2001 From: Hamza Aleghwairyeen Date: Fri, 12 Apr 2024 17:42:09 +0300 Subject: [PATCH] 4/12/6 --- lib/views/home/map_widget.dart/car_details_widget_to_go.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/views/home/map_widget.dart/car_details_widget_to_go.dart b/lib/views/home/map_widget.dart/car_details_widget_to_go.dart index 5c4c32c..e91c56e 100644 --- a/lib/views/home/map_widget.dart/car_details_widget_to_go.dart +++ b/lib/views/home/map_widget.dart/car_details_widget_to_go.dart @@ -418,11 +418,11 @@ class Burc extends StatelessWidget { icon: const Icon(Icons.headphones)), Text( 'you have a negative balance of'.tr + - '${passengerWallet.toStringAsFixed(2)}' + '${passengerWallet.toStringAsFixed(2)}\n' ' in your' .tr + ' ${AppInformation.appName}' - ' wallet due to a previous trip.' + '\n wallet due to a previous trip.' .tr, textAlign: TextAlign.center, style: AppStyle.subtitle,