cartui fixed

This commit is contained in:
2025-02-13 17:26:07 +05:30
parent 50cf2c588b
commit 9874c094a9
10 changed files with 397 additions and 315 deletions

View File

@@ -220,13 +220,13 @@ class _FavouriteScreenState extends State<FavouriteScreen>
Row(
children: [
Text(
"\$${product.discountPrice}",
"${product.discountPrice}",
style: context.customSemiBold(
Colors.black, 14),
),
SizedBox(width: 5),
Text(
"\$${product.basePrice ?? ""}",
"${product.basePrice ?? ""}",
style: context
.customMedium(
Colors.grey.withOpacity(0.8), 12)