Browse Source

ios

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

15
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(
Icons.chevron_right, onTap: (){
color: Colors.black, showSkuDialog(position,index);
size: 18, },
), child: Icon(
Icons.chevron_right,
color: Colors.black,
size: 18,
),
)
], ],
), ),
SizedBox(height: 8.h), SizedBox(height: 8.h),

Loading…
Cancel
Save