|
|
@ -437,6 +437,7 @@ class _NetworkImageWidget extends StatelessWidget { |
|
|
imageUrl: '$imageUrl?x-oss-process=image/format,webp/resize,w_320', |
|
|
imageUrl: '$imageUrl?x-oss-process=image/format,webp/resize,w_320', |
|
|
width: 80, |
|
|
width: 80, |
|
|
height: 80, |
|
|
height: 80, |
|
|
|
|
|
fit: BoxFit.cover, |
|
|
imageBuilder: (context, imageProvider) => Container( |
|
|
imageBuilder: (context, imageProvider) => Container( |
|
|
decoration: BoxDecoration( |
|
|
decoration: BoxDecoration( |
|
|
borderRadius: BorderRadius.circular(8), |
|
|
borderRadius: BorderRadius.circular(8), |
|
|
|