|
|
@ -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), |
|
|
|