Browse Source

ios

dart3_last
fmk 2 years ago
parent
commit
02abb634ab
  1. 7
      lib/store/store_view/product_meals_sku.dart

7
lib/store/store_view/product_meals_sku.dart

@ -360,11 +360,16 @@ class _ProductMealsSku extends State<ProductMealsSku> {
}, },
), ),
if (productSetMeals[position].productInfoList[index].productAttrInfoList[0].attrName != "") if (productSetMeals[position].productInfoList[index].productAttrInfoList[0].attrName != "")
Icon( GestureDetector(
onTap: (){
showSkuDialog(position,index);
},
child: Icon(
Icons.chevron_right, Icons.chevron_right,
color: Colors.black, color: Colors.black,
size: 18, size: 18,
), ),
)
], ],
), ),
SizedBox(height: 8.h), SizedBox(height: 8.h),

Loading…
Cancel
Save