This commit is contained in:
Hamza-Ayed
2024-06-18 12:17:24 +03:00
parent 95228ad855
commit a8921df473
14 changed files with 107 additions and 50 deletions

View File

@@ -169,7 +169,8 @@ class PassengerInfoWindow extends StatelessWidget {
Text("cost is ".tr,
style: AppStyle.title),
Text(
controller.totalPassenger.toString(),
controller.totalPricePassenger
.toString(),
style: AppStyle.number,
),
],