|
|
@ -93,7 +93,7 @@ class NewCouponWidget extends StatelessWidget { |
|
|
|
), |
|
|
|
), |
|
|
|
Expanded( |
|
|
|
Expanded( |
|
|
|
child: Text( |
|
|
|
child: Text( |
|
|
|
(coupon.storeId != "0" && coupon?.storeList != null && coupon.storeList.firstWhere((x) => x.id == coupon.storeId)!=null ? |
|
|
|
(coupon.storeId != "0" && coupon?.storeList != null && coupon.storeList.isNotEmpty && coupon.storeList.firstWhere((x) => x.id == coupon.storeId)!=null ? |
|
|
|
coupon.storeList.firstWhere((x) => x.id == coupon.storeId).storeName : coupon.tenantName), |
|
|
|
coupon.storeList.firstWhere((x) => x.id == coupon.storeId).storeName : coupon.tenantName), |
|
|
|
overflow: TextOverflow.ellipsis, |
|
|
|
overflow: TextOverflow.ellipsis, |
|
|
|
style: TextStyle( |
|
|
|
style: TextStyle( |
|
|
|