Flutter 报错centerSlice was used with a BoxFit that does not guarantee that the image is fully visible
我们在做图片拉伸的时候会出现这个报错,查了很多资料都解释不多,这次用代码跟踪并整理一下什么情况下会报错上一个用到的一个192x78的png,记住这个尺寸!!!1.正常情况Imageimage=newImage.asset('asset/images/icon_bubble1.png',width:183,height:79,centerSlice:Rect.fromLTWH(10,1,10,5),