| ${orderModel.provider.title} |
${orderModel.quantity} |
${Constant.amountShow(amount: (orderModel.provider.disPrice == "" || orderModel.provider.disPrice == "0") ? orderModel.provider.price.toString() : orderModel.provider.disPrice.toString())} |
${Constant.amountShow(amount: (total).toString())} |
-
+
""";
htmlList.add(product);
diff --git a/lib/themes/custom_dialog_box.dart b/lib/themes/custom_dialog_box.dart
index 6c87843..e2ff4d6 100644
--- a/lib/themes/custom_dialog_box.dart
+++ b/lib/themes/custom_dialog_box.dart
@@ -1,4 +1,5 @@
import 'package:customer/themes/responsive.dart';
+import 'package:easy_localization/easy_localization.dart';
import 'package:flutter/material.dart';
import 'package:get/get.dart';
import '../controllers/theme_controller.dart';
@@ -41,10 +42,10 @@ class CustomDialogBox extends StatelessWidget {
children: