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

@@ -294,7 +294,7 @@ class _BestDealScreenState extends State<BestDealScreen> {
Row(
children: [
Text(
"\$${bestdealproduct.discountPrice ?? ""} ",
"${bestdealproduct.discountPrice ?? ""} ",
textAlign: TextAlign.left,
maxLines: 1,
overflow: TextOverflow.ellipsis,
@@ -302,7 +302,7 @@ class _BestDealScreenState extends State<BestDealScreen> {
context.customSemiBold(Colors.black, 12),
),
Text(
"\$${bestdealproduct.basePrice ?? ""}",
"${bestdealproduct.basePrice ?? ""}",
textAlign: TextAlign.left,
maxLines: 1,
overflow: TextOverflow.ellipsis,