4/23/8
This commit is contained in:
@@ -775,9 +775,7 @@ class DriverTipWidget extends StatelessWidget {
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(6),
|
||||
child: Text(
|
||||
(controller.totalPassenger *
|
||||
double.parse(box.read(BoxName.tipPercentage)))
|
||||
.toString(),
|
||||
'${controller.totalPassenger * double.parse(box.read(BoxName.tipPercentage))} ${box.read(BoxName.countryCode) == 'Egypt' ? 'LE'.tr : 'JOD'.tr}',
|
||||
style: AppStyle.title,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user