|
|
@@ -113,15 +113,6 @@ class _GoodsDetailsImgWidgetContainerState extends State<GoodsDetailsImgWidgetCo |
|
|
|
), |
|
|
|
); |
|
|
|
}, |
|
|
|
progressIndicatorBuilder: (context, url, progress) { |
|
|
|
return AspectRatio( |
|
|
|
aspectRatio: 1 / 1, |
|
|
|
child: shimmerWidget( |
|
|
|
height: double.infinity, |
|
|
|
width: double.infinity, |
|
|
|
), |
|
|
|
); |
|
|
|
}, |
|
|
|
errorWidget: (BuildContext context, String url, dynamic error) { |
|
|
|
return Container(); |
|
|
|
}, |
|
|
|